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

Unified Diff: Source/devtools/front_end/timeline/timelinePanel.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
« no previous file with comments | « Source/devtools/front_end/sources/sourcesSearch.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/timeline/timelinePanel.css
diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css
index 9d0e7a0118c7e15feaaccef2895143174b923141..90b58db8047da6159e23b81587cf2b2de1054c1d 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -136,7 +136,7 @@
display: inline-block;
-webkit-user-select: none;
-webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-size: 320px 144px;
+ -webkit-mask-size: 352px 144px;
width: 10px;
height: 10px;
content: "";
@@ -162,7 +162,7 @@
.timeline-expandable-arrow {
background-image: url(Images/toolbarButtonGlyphs.png);
- background-size: 320px 144px;
+ background-size: 352px 144px;
opacity: 0.5;
width: 10px;
height: 10px;
@@ -212,7 +212,7 @@
.timeline-tree-item-warning {
display: block;
background-image: url(Images/toolbarButtonGlyphs.png);
- background-size: 320px 144px;
+ background-size: 352px 144px;
width: 10px;
height: 10px;
float: right;
« no previous file with comments | « Source/devtools/front_end/sources/sourcesSearch.css ('k') | Source/devtools/front_end/ui/closeButton.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698