Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css

Issue 2305983002: DevTools: Modify shadow-editor canvas colors to work better with dark theme (Closed)
Patch Set: Preserve blues Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698