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

Unified Diff: Source/devtools/front_end/inspectorStyle.css

Issue 1167573003: Devtools: Resize glpyhs and add animation icons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/inspectorStyle.css
diff --git a/Source/devtools/front_end/inspectorStyle.css b/Source/devtools/front_end/inspectorStyle.css
index 7ddbaaa80531f15676b0ff46c9c473ccd9765814..1a29612a9dc1b53be1901b4fda12e97cf19650fd 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -226,7 +226,7 @@ ol.outline-disclosure:focus li.selected * {
float: left;
-webkit-user-select: none;
-webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-size: 320px 144px;
+ -webkit-mask-size: 352px 144px;
content: "a";
color: transparent;
text-shadow: none;
@@ -380,7 +380,7 @@ ol.outline-disclosure:focus li.selected * {
height: 10px;
border: 0;
-webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-size: 320px 144px;
+ -webkit-mask-size: 352px 144px;
-webkit-appearance: none;
background-color: rgba(0, 0, 0, 0.75);
position: relative;
« no previous file with comments | « Source/devtools/front_end/emulation/responsiveDesignView.css ('k') | Source/devtools/front_end/network/xmlView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698