| Index: Source/devtools/front_end/sidebarPane.css
|
| diff --git a/Source/devtools/front_end/sidebarPane.css b/Source/devtools/front_end/sidebarPane.css
|
| index aa5d7f971e6b12fd9ddbfb019e3a35f6d3ab2a80..20dca21f03dc62811d9f0f8c585f0a5b1e6cbdc1 100644
|
| --- a/Source/devtools/front_end/sidebarPane.css
|
| +++ b/Source/devtools/front_end/sidebarPane.css
|
| @@ -194,3 +194,20 @@
|
| color: #888;
|
| background-color: #FFFFC2;
|
| }
|
| +
|
| +.sidebar-pane-button-new-rule {
|
| + background-image: url(Images/paneAddButtons.png);
|
| + background-position: 0 0;
|
| + height: 16px;
|
| + width: 22px;
|
| + float: right;
|
| + visibility: hidden;
|
| +}
|
| +
|
| +.styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-rule {
|
| + visibility: visible;
|
| +}
|
| +
|
| +.sidebar-pane-button-new-rule:hover {
|
| + background-position: -23px 0;
|
| +}
|
|
|