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

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

Issue 107293005: NetworkPanel: Make "sticky" behavior explicit. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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/StatusBarButton.js ('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/inspector.css
diff --git a/Source/devtools/front_end/inspector.css b/Source/devtools/front_end/inspector.css
index 6886b557198ad72667e8c7f2d76370f198b94cc6..4f85bfea6d52f90baf8386420c1d169e7297d0c6 100644
--- a/Source/devtools/front_end/inspector.css
+++ b/Source/devtools/front_end/inspector.css
@@ -554,6 +554,10 @@ select.status-bar-item {
line-height: 20px;
}
+.status-bar-item.checkbox {
+ margin: 2px 0 0 0;
+}
+
.status-bar-item > .glyph {
-webkit-mask-image: url(Images/statusbarButtonGlyphs.png);
-webkit-mask-size: 320px 120px;
« no previous file with comments | « Source/devtools/front_end/StatusBarButton.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698