| Index: third_party/WebKit/Source/core/css/html.css
|
| diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
|
| index f81f7d9e67e024c498fc4083ed0a7b9743b2f8b6..8d4482267c05e2d9e072fc25f889b5c08388b214 100644
|
| --- a/third_party/WebKit/Source/core/css/html.css
|
| +++ b/third_party/WebKit/Source/core/css/html.css
|
| @@ -692,8 +692,8 @@ input[type="color" i][list] {
|
| }
|
|
|
| input[type="color" i][list]::-webkit-color-swatch-wrapper {
|
| - padding-left: 8px;
|
| - padding-right: 24px;
|
| + -webkit-padding-start: 8px;
|
| + -webkit-padding-end: 24px;
|
| }
|
|
|
| input[type="color" i][list]::-webkit-color-swatch {
|
|
|