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

Unified Diff: Source/devtools/front_end/network/xmlView.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/inspectorStyle.css ('k') | Source/devtools/front_end/profiler/profilesPanel.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/network/xmlView.css
diff --git a/Source/devtools/front_end/network/xmlView.css b/Source/devtools/front_end/network/xmlView.css
index f87f0493e333dc5dbb7392640126a4f9a00e4d84..7176beb654439f35d2a66c0cfc19b0bb9c749930 100644
--- a/Source/devtools/front_end/network/xmlView.css
+++ b/Source/devtools/front_end/network/xmlView.css
@@ -28,7 +28,7 @@
.shadow-xml-view li.parent::before {
-webkit-user-select: none;
-webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-size: 352px 144px;
+ -webkit-mask-size: 352px 168px;
-webkit-mask-position: -4px -97px;
background-color: rgb(110, 110, 110);
content: " ";
« no previous file with comments | « Source/devtools/front_end/inspectorStyle.css ('k') | Source/devtools/front_end/profiler/profilesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698