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

Unified Diff: Source/devtools/front_end/console/consoleView.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
Index: Source/devtools/front_end/console/consoleView.css
diff --git a/Source/devtools/front_end/console/consoleView.css b/Source/devtools/front_end/console/consoleView.css
index e29334c3bc0fb249ca1fc7eae9413525d7289e44..0c4166232564f5cfcb8f5dc4680f4ea661e1e66a 100644
--- a/Source/devtools/front_end/console/consoleView.css
+++ b/Source/devtools/front_end/console/consoleView.css
@@ -110,7 +110,7 @@
margin-top: -4px;
-webkit-user-select: none;
background-image: url(Images/toolbarButtonGlyphs.png);
- background-size: 352px 144px;
+ background-size: 352px 168px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
@@ -187,7 +187,7 @@
.console-group-title::before {
-webkit-user-select: none;
-webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-size: 352px 144px;
+ -webkit-mask-size: 352px 168px;
float: left;
width: 8px;
content: "a";
@@ -292,7 +292,7 @@
.console-debug-level .console-message::before,
.console-info-level .console-message::before {
background-image: url(Images/toolbarButtonGlyphs.png);
- background-size: 352px 144px;
+ background-size: 352px 168px;
width: 10px;
height: 10px;
}

Powered by Google App Engine
This is Rietveld 408576698