| 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;
|
|
|