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

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

Issue 2572283002: DevTools: set a default color for icon masks (Closed)
Patch Set: Created 4 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 | « third_party/WebKit/Source/devtools/front_end/console/consoleView.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
index cedc661e43f7ac95a8d4699cf0022870c4a2c57a..f0fb819a45ab992e034c519cd6c2231e601c0f59 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
@@ -327,6 +327,10 @@ label[is=dt-icon-label] {
flex-shrink: 0;
}
+.icon-mask {
+ background-color: rgb(110, 110, 110);
+}
+
.spritesheet-smallicons {
background-image: -webkit-image-set(url(Images/smallIcons.png) 1x, url(Images/smallIcons_2x.png) 2x);
background-size: 190px 30px;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/console/consoleView.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698