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

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: review comments addressed. 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/infobar.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/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 7defad3bd95fda2d65683b39899b238240012328..f452d71cc43171231074d9032932e880d998ff6d 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;
@@ -65,9 +65,9 @@
}
} /* media */
-/* Text-glyph item */
+/* Toolbar item */
-.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 {
+ background-color: #f3f3f3;
+}
+
.toolbar-dimmed .toolbar-text {
color: #999;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/infobar.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698