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

Unified Diff: Source/devtools/front_end/ui_lazy/dataGrid.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/treeoutline.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui_lazy/dataGrid.css
diff --git a/Source/devtools/front_end/ui_lazy/dataGrid.css b/Source/devtools/front_end/ui_lazy/dataGrid.css
index a11bd80213ff0c8174edd9ef0d6f06bf6f3fd2b6..c301f636c3b42175fd59c0f6717a76d91546a6f8 100644
--- a/Source/devtools/front_end/ui_lazy/dataGrid.css
+++ b/Source/devtools/front_end/ui_lazy/dataGrid.css
@@ -154,7 +154,7 @@
.data-grid th .sort-order-icon {
margin-right: 4px;
background-image: url(Images/toolbarButtonGlyphs.png);
- background-size: 352px 144px;
+ background-size: 352px 168px;
opacity: 0.5;
width: 8px;
height: 7px;
@@ -190,7 +190,7 @@
-webkit-user-select: none;
-webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
-webkit-mask-position: -4px -96px;
- -webkit-mask-size: 352px 144px;
+ -webkit-mask-size: 352px 168px;
float: left;
width: 8px;
height: 12px;
« no previous file with comments | « Source/devtools/front_end/ui/treeoutline.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698