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

Unified Diff: webkit/glue/devtools/js/devtools.css

Issue 173339: DevTools: make "Take snapshot" button in heap profiler visible. (Closed)
Patch Set: Created 11 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 | « no previous file | webkit/glue/devtools/js/heap_profiler_panel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/js/devtools.css
diff --git a/webkit/glue/devtools/js/devtools.css b/webkit/glue/devtools/js/devtools.css
index f542d2ae95bfbb0e4ce0cb9840b2bf83e2f41632..b1df6179f06d2ba488db96edd0880de48e18f141 100644
--- a/webkit/glue/devtools/js/devtools.css
+++ b/webkit/glue/devtools/js/devtools.css
@@ -40,12 +40,8 @@ body.attached #toolbar {
margin-left: -1px;
}
-.heap-snapshot-status-bar-item {
- background-image: url(Images/focusButtons.png) !important;
-}
-
-.heap-snapshot-status-bar-item:active {
- background-position: 32px 0;
+.heap-snapshot-status-bar-item .glyph {
+ -webkit-mask-image: url(Images/focusButtonGlyph.png);
}
.heap-snapshot-sidebar-tree-item .icon {
« no previous file with comments | « no previous file | webkit/glue/devtools/js/heap_profiler_panel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698