| 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 ccac694f6816da5ce453e9e70108c9f862804df7..e838bc2af6a9e25ae900c2ba8f7cd18a5d9b8fbc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| @@ -680,6 +680,13 @@ li.editing .enabled-button {
|
| line-height: 16px;
|
| }
|
|
|
| +.sidebar-separator > span.monospace {
|
| + background: rgb(255, 255, 255);
|
| + padding: 0px 3px;
|
| + border-radius: 2px;
|
| + border: 1px solid #C1C1C1;
|
| +}
|
| +
|
| .swatch-inner {
|
| width: 100%;
|
| height: 100%;
|
|
|