Chromium Code Reviews| Index: Source/core/css/themeMac.css |
| diff --git a/Source/core/css/themeMac.css b/Source/core/css/themeMac.css |
| index 859c11d87a05307d3423ecde46a1de5631bfc88e..e68eaf998932e5fa59e4e53b31ec195ec24497b4 100644 |
| --- a/Source/core/css/themeMac.css |
| +++ b/Source/core/css/themeMac.css |
| @@ -3,9 +3,9 @@ |
| * found in the LICENSE file. |
| */ |
| -select { |
| +select, input[type="color"][list] { |
| background-color: #f8f8f8; |
| - border-color: #a6a6a6; |
| + border: 1px solid #a6a6a6; |
| } |
| select[size], |