From: Laury GvR Date: Thu, 26 Apr 2018 17:04:05 +0000 (-0400) Subject: Adding styles for checkout page selection container X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d6100886aef22a1d44ed8dd4f676adcf6dfddad1;p=WP-Themes%2Fmurdicksmackinacfudge-pwm.git Adding styles for checkout page selection container --- diff --git a/woocommerce.css b/woocommerce.css index 097250b..089b6a5 100644 --- a/woocommerce.css +++ b/woocommerce.css @@ -37,6 +37,15 @@ td.label label{color:#000 !important;} max-height: 300px; overflow-y: scroll; } +.select2.select2-container { + border: 1px solid lightgrey; + border-radius: 2px; + padding: 0 5px; + cursor: pointer; +} +.select2.select2-container:hover { + box-shadow: inset 2px 2px 3px lightgrey +} .woocommerce form .form-row { max-width: 400px; }