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

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

Issue 1290883006: Devtools: Add new row in toolbarButtonGlyphs and layout editor icon (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 4 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 | « Source/devtools/front_end/ui/splitWidget.css ('k') | Source/devtools/front_end/ui/treeoutline.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/toolbar.css
diff --git a/Source/devtools/front_end/ui/toolbar.css b/Source/devtools/front_end/ui/toolbar.css
index 6ae9a9e6569144f5f763f72181e8939df8ff2340..170609aea128614c11e2923cc73bc5a01bb7390a 100644
--- a/Source/devtools/front_end/ui/toolbar.css
+++ b/Source/devtools/front_end/ui/toolbar.css
@@ -74,7 +74,7 @@
background-color: #595959;
-webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
-webkit-mask-position: -288px -48px;
- -webkit-mask-size: 352px 144px;
+ -webkit-mask-size: 352px 168px;
z-index: 1;
width: 32px;
height: 26px;
@@ -135,7 +135,7 @@ button.toolbar-item.extension {
.toolbar-select-arrow {
background-image: url(Images/toolbarButtonGlyphs.png);
- background-size: 352px 144px;
+ background-size: 352px 168px;
opacity: 0.7;
width: 12px;
height: 12px;
@@ -183,7 +183,7 @@ select.toolbar-item {
.toolbar-item > .glyph {
-webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-size: 352px 144px;
+ -webkit-mask-size: 352px 168px;
background-color: #5a5a5a;
z-index: 1;
width: 32px;
@@ -283,7 +283,7 @@ select.toolbar-item {
.emulation-toolbar-item.warning::after {
background-image: url(Images/toolbarButtonGlyphs.png);
- background-size: 352px 144px;
+ background-size: 352px 168px;
width: 10px;
height: 12px;
content: "";
@@ -523,3 +523,7 @@ button.playback-rate-button {
width: auto;
margin-right: 10px;
}
+
+.layout-editor-toolbar-item .glyph {
+ -webkit-mask-position: 0 -144px;
+}
« no previous file with comments | « Source/devtools/front_end/ui/splitWidget.css ('k') | Source/devtools/front_end/ui/treeoutline.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698