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

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

Issue 1574213006: DevTools: beautified styles sidebar toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined 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 ad859356f342dfec73c7e792df7e7179f445fed3..2c8e8052f552e51f0dd0b63d62c2a4d270dde210 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -51,7 +51,7 @@
-webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
-webkit-mask-size: 352px 168px;
-webkit-mask-position: -18px -96px;
- background-color: #444;
+ background-color: #6D6D6D;
width: 12px;
height: 12px;
display: inline-block;
@@ -67,7 +67,7 @@
/* Text-glyph item */
dgozman 2016/01/14 22:05:21 Wrong comment :-)
-.toolbar-text-glyph {
+.toolbar-button {
white-space: nowrap;
overflow: hidden;
min-width: 28px;
@@ -88,10 +88,14 @@
margin-left: 0;
}
-.toolbar-bold .toolbar-text {
+.toolbar-button:not(.toolbar-has-glyph):not(.toolbar-has-dropdown):not(.menu-toolbar-item) {
font-weight: bold;
}
+.toolbar-button:not(.toolbar-has-glyph):hover {
dgozman 2016/01/14 22:05:21 :hover -> .hover
+ background-color: #f3f3f3;
+}
+
.toolbar-dimmed .toolbar-text {
color: #999;
}

Powered by Google App Engine
This is Rietveld 408576698