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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css

Issue 1575203003: [DevTools] More Device Mode polish. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
index 3d7b2e07701e2e499a78d2362537e70224bed0ed..00115d82e0a1793e47ef59d2e84dfdb4fb091ae9 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -96,6 +96,10 @@
color: #999;
}
+.toolbar-dimmed .toolbar-dropdown-arrow {
+ background-color: #999;
+}
+
.toolbar-glyph {
-webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
-webkit-mask-size: 352px 168px;
@@ -118,7 +122,8 @@
opacity: 0.5;
}
-.toolbar-button:enabled.hover:not(:active) .toolbar-glyph {
+.toolbar-button:enabled.hover:not(:active) .toolbar-glyph,
+.toolbar-button:enabled.hover:not(:active) .toolbar-dropdown-arrow {
background-color: #333;
}

Powered by Google App Engine
This is Rietveld 408576698