Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
| index 17b34dd159fe9e34987caaf0deb722f68ed76fab..90b3507016ef7a6bc4bad8ee654f172b4ad50b34 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
| @@ -174,10 +174,8 @@ |
| } |
| .CodeMirror { |
| - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), |
| - 0 2px 4px rgba(0, 0, 0, 0.2), |
| - 0 2px 6px rgba(0, 0, 0, 0.1); |
| background-color: white; |
| + height: 300px; |
| } |
| .CodeMirror-lines { |
| @@ -220,6 +218,13 @@ button, input, select { |
| display: none; |
| } |
| +.multiline-editor { |
| + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), |
| + 0 2px 4px rgba(0, 0, 0, 0.2), |
| + 0 2px 6px rgba(0, 0, 0, 0.1); |
| + margin-right:4px; |
|
lushnikov
2016/09/27 18:28:41
nit: space
einbinder
2016/09/29 17:36:51
Done.
|
| +} |
| + |
| .elements-gutter-decoration { |
| position: absolute; |
| left: 2px; |