Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: Source/devtools/front_end/sidebarPane.css

Issue 477113002: DevTools: [SSP] fix "insert style rule" button on mac (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/elementsPanel.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sidebarPane.css
diff --git a/Source/devtools/front_end/sidebarPane.css b/Source/devtools/front_end/sidebarPane.css
index 622b354759bd57f17fb3bbfd7d447c8fc88ce823..2bf20aec315dd8e0abbb51ef174d56e5f3acbe73 100644
--- a/Source/devtools/front_end/sidebarPane.css
+++ b/Source/devtools/front_end/sidebarPane.css
@@ -200,8 +200,8 @@
background-position: 0 0;
position: absolute;
height: 16px;
- width: 22px;
- right: 0px;
+ width: 23px;
+ right: 10px;
bottom: 1px;
visibility: hidden;
}
@@ -212,4 +212,4 @@
.sidebar-pane-button-new-rule:hover {
background-position: -23px 0;
-}
+}
« no previous file with comments | « Source/devtools/front_end/elementsPanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698