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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.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
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 e6ad680f9078696973341f00ada2bbcb57a45c34..8f1c77740bf707ad747d5d2c8d756a1b44341b3f 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css
@@ -10,10 +10,25 @@
}
.shadow-editor-field {
+ height: 24px;
margin-top: 8px;
font-size: 12px;
}
+.shadow-editor-blur-field {
+ height: 24px;
+ margin-top: 40px;
+ font-size: 12px;
+}
+
+.shadow-editor-2D-slider {
+ position: absolute;
+ height: 88px;
+ width: 88px;
+ border: 1px solid rgba(0, 0, 0, 0.14);
+ border-radius: 2px;
+}
+
.shadow-editor-label {
display: inline-block;
width: 52px;
@@ -69,7 +84,6 @@
line-height: 16px;
border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 2px;
- border-color: rgba(0, 0, 0, 0.14);
background-color: #ffffff;
color: #333;
text-align: right;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js ('k') | third_party/WebKit/Source/devtools/front_end/ui/slider.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698