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