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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/slider.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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/slider.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/slider.css b/third_party/WebKit/Source/devtools/front_end/ui/slider.css
index b6d4d3a584a614947f5392914b5f042684d5a99d..6210c944e6af5d4ddcca2b345e20d20344226c0d 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/slider.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/slider.css
@@ -14,7 +14,7 @@
background: none;
}
-.dt-range-input::-webkit-slider-thumb {
+.dt-range-input::-webkit-slider-thumb, -theme-preserve {
-webkit-appearance: none;
margin: 0;
padding: 0;
@@ -35,7 +35,7 @@
background-color: rgba(0, 0, 0, 0.26);
}
-.dt-range-input:focus::-webkit-slider-thumb {
+.dt-range-input:focus::-webkit-slider-thumb, -theme-preserve {
box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.4);
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698