| 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..a0c97f90ede593763e027219b4e0a3773818da18 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
|
| @@ -159,8 +159,10 @@
|
| }
|
|
|
| .elements-tree-editor {
|
| - -webkit-user-select: text;
|
| - -webkit-user-modify: read-write-plaintext-only;
|
| + 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;
|
| }
|
|
|
| .elements-disclosure li.elements-drag-over .selection {
|
| @@ -174,10 +176,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 {
|
|
|