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

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

Issue 2292583002: DevTools: Create 2D slider for shadow-editor offset (Closed)
Patch Set: Move beginPath under if Created 4 years, 4 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 29f40327cff28151c5e5df4bb57b2c9f4a1f8ab8..b6d4d3a584a614947f5392914b5f042684d5a99d 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/slider.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/slider.css
@@ -8,7 +8,7 @@
-webkit-appearance: none;
margin: 0;
padding: 0;
- height: 12px;
+ height: 10px;
width: 88px;
outline: none;
background: none;
@@ -41,4 +41,4 @@
.dt-range-input:disabled::-webkit-slider-thumb {
background-color: #bdbdbd;
-}
+}
« 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