| Index: third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css b/third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css
|
| index 8f1c77740bf707ad747d5d2c8d756a1b44341b3f..73dd2d8d73e2f8c6b3335c392108bdb7169e5be1 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css
|
| @@ -65,12 +65,12 @@
|
| background-color: #eeeeee;
|
| }
|
|
|
| -.shadow-editor-button-left.enabled, .shadow-editor-button-right.enabled {
|
| +.shadow-editor-button-left.enabled, .shadow-editor-button-right.enabled, -theme-preserve {
|
| background-color: #4285F4;
|
| color: #ffffff;
|
| }
|
|
|
| -.shadow-editor-button-left.enabled:focus, .shadow-editor-button-right.enabled:focus {
|
| +.shadow-editor-button-left.enabled:focus, .shadow-editor-button-right.enabled:focus, -theme-preserve {
|
| background-color: #3B78E7;
|
| }
|
|
|
| @@ -89,7 +89,7 @@
|
| text-align: right;
|
| }
|
|
|
| -.shadow-editor-text-input:focus {
|
| +.shadow-editor-text-input:focus, -theme-preserve {
|
| border-color: #4285F4;
|
| }
|
|
|
|
|