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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/spectrum.css

Issue 1480523002: DevTools: follow up to r361550, fix the color picker background and allow for themed stylesheet mar… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: same Created 5 years, 1 month 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/elements/spectrum.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/spectrum.css b/third_party/WebKit/Source/devtools/front_end/elements/spectrum.css
index b8e77f9bd687bdc205fd996c32046ca30e2004f0..85ad5d422fbc5e40bd0de8aa75ac1234e09a5b9e 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/spectrum.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/spectrum.css
@@ -51,11 +51,13 @@
-webkit-user-select: none;
}
-.spectrum-sat {
+.spectrum-sat,
+.-theme-preserve {
background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
}
-.spectrum-val {
+.spectrum-val,
+.-theme-preserve {
background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
}

Powered by Google App Engine
This is Rietveld 408576698