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

Unified Diff: Source/devtools/front_end/ui/checkboxTextLabel.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/timeline/timelinePanel.css ('k') | Source/devtools/front_end/ui/closeButton.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/checkboxTextLabel.css
diff --git a/Source/devtools/front_end/ui/checkboxTextLabel.css b/Source/devtools/front_end/ui/checkboxTextLabel.css
index 544bdf0815ec84b27ca6e2a8dbf6d44274195188..56cf8ce51e84ced058fa5fadf2b9fe32f26fe13e 100644
--- a/Source/devtools/front_end/ui/checkboxTextLabel.css
+++ b/Source/devtools/front_end/ui/checkboxTextLabel.css
@@ -44,7 +44,7 @@ input.dt-checkbox-themed:checked:after {
input.dt-checkbox-themed:after {
-webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-size: 352px 144px;
+ -webkit-mask-size: 352px 168px;
-webkit-mask-position: -128px -110px;
}
« no previous file with comments | « Source/devtools/front_end/timeline/timelinePanel.css ('k') | Source/devtools/front_end/ui/closeButton.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698