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

Unified Diff: chrome_linux64/resources/inspector/spectrum.css

Issue 23466010: Roll reference builds to r221697. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 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: chrome_linux64/resources/inspector/spectrum.css
===================================================================
--- chrome_linux64/resources/inspector/spectrum.css (revision 221742)
+++ chrome_linux64/resources/inspector/spectrum.css (working copy)
@@ -69,7 +69,8 @@
margin: 3px 0 0 0;
}
-.spectrum-dragger, .spectrum-slider {
+.spectrum-dragger,
+.spectrum-slider {
-webkit-user-select: none;
}
@@ -82,7 +83,7 @@
}
.spectrum-hue {
- background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
+ background: -webkit-linear-gradient(bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
.spectrum-dragger {
« no previous file with comments | « chrome_linux64/resources/inspector/sidebarPane.css ('k') | chrome_linux64/resources/inspector/splitView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698