| Index: Source/core/css/html.css
|
| diff --git a/Source/core/css/html.css b/Source/core/css/html.css
|
| index 2e905889bd7268dfb2ba13c3ef2f22dbacde39c1..fbe5a1e5a7b05bd2634be3fa4a51a9ab0f017d63 100644
|
| --- a/Source/core/css/html.css
|
| +++ b/Source/core/css/html.css
|
| @@ -793,6 +793,10 @@ input[type="color"] {
|
| -webkit-appearance: square-button;
|
| width: 44px;
|
| height: 23px;
|
| + background-color: ButtonFace;
|
| + /* Same as native_theme_base. */
|
| + border: 1px #a9a9a9 solid;
|
| + padding: 1px 2px;
|
| }
|
|
|
| input[type="color"]::-webkit-color-swatch-wrapper {
|
|
|