Index: Source/core/css/themeMac.css |
diff --git a/Source/core/css/themeMac.css b/Source/core/css/themeMac.css |
index 64950d72c65f78310b04c69b7a0648a24197b2a2..c193a64fed07ae8397259fae405179946996ab6e 100644 |
--- a/Source/core/css/themeMac.css |
+++ b/Source/core/css/themeMac.css |
@@ -8,11 +8,9 @@ select, input[type="color"][list] { |
border: 1px solid #a6a6a6; |
} |
-select[size], |
-select[multiple], |
-select[size][multiple] { |
+select:-webkit-any([size]:not([size="0"]):not([size="1"]), [multiple]) { |
background: white; |
- border: 1px inset gray; |
+ border: 1px solid #999999; |
} |
input::-webkit-inner-spin-button { |