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; |
} |