| Index: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| index f395cff002a70e35feaf4b4431cf91be099b384a..44aad06c293eb0c5267318e15d2b76b2f4fb0d1e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| @@ -171,6 +171,10 @@
|
| border-top: 0 none;
|
| }
|
|
|
| +.style-panes-wrapper {
|
| + overflow: auto;
|
| +}
|
| +
|
| .styles-section.read-only {
|
| background-color: #eee;
|
| }
|
| @@ -741,6 +745,10 @@ li.editing .enabled-button {
|
| padding-left: 10px;
|
| }
|
|
|
| +.view > .toolbar {
|
| + border-bottom: 1px solid #eee;
|
| +}
|
| +
|
| .events-pane .section:not(:first-of-type) {
|
| border-top: 1px solid rgb(231, 231, 231);
|
| }
|
|
|