| Index: Source/devtools/front_end/sidebarPane.css
|
| diff --git a/Source/devtools/front_end/sidebarPane.css b/Source/devtools/front_end/sidebarPane.css
|
| index 20dca21f03dc62811d9f0f8c585f0a5b1e6cbdc1..8e42a817c54485600464b886d6ddbf371afba73c 100644
|
| --- a/Source/devtools/front_end/sidebarPane.css
|
| +++ b/Source/devtools/front_end/sidebarPane.css
|
| @@ -198,10 +198,11 @@
|
| .sidebar-pane-button-new-rule {
|
| background-image: url(Images/paneAddButtons.png);
|
| background-position: 0 0;
|
| + position: absolute;
|
| height: 16px;
|
| width: 22px;
|
| - float: right;
|
| - visibility: hidden;
|
| + right: 0px;
|
| + bottom: 1px;
|
| }
|
|
|
| .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-rule {
|
|
|