Chromium Code Reviews| Index: Source/core/css/themeMac.css |
| diff --git a/Source/core/css/themeMac.css b/Source/core/css/themeMac.css |
| index 64950d72c65f78310b04c69b7a0648a24197b2a2..96cfe5f43e50cf8846545fbd24968dfbe3f93a12 100644 |
| --- a/Source/core/css/themeMac.css |
| +++ b/Source/core/css/themeMac.css |
| @@ -11,8 +11,14 @@ select, input[type="color"][list] { |
| select[size], |
| select[multiple], |
| select[size][multiple] { |
| - background: white; |
| - border: 1px inset gray; |
| + background-color: white; |
|
tkent
2014/07/04 02:14:12
This is white, but background in the expectation P
keishi
2014/07/04 04:09:04
PNGs weren't updated. Updated them now.
|
| + border: 1px solid #999999; |
| +} |
| + |
| +select[size="0"], |
| +select[size="1"] { |
| + background-color: #f8f8f8; |
| + border: 1px solid #a6a6a6; |
| } |
| input::-webkit-inner-spin-button { |