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

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

Issue 181433002: DevTools: Replace Apple styled spinner icon with Chromium one. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed ::before and ::after pseudos box-sizing change Created 6 years, 10 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/SidebarTreeElement.js ('k') | Source/devtools/front_end/heapProfiler.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/canvasProfiler.css
diff --git a/Source/devtools/front_end/canvasProfiler.css b/Source/devtools/front_end/canvasProfiler.css
index 68654101a53ab472d8f2f31ecd0b95a45a704dc1..52e95d2abaad196e8db0f103f6061cc912b005fa 100644
--- a/Source/devtools/front_end/canvasProfiler.css
+++ b/Source/devtools/front_end/canvasProfiler.css
@@ -63,10 +63,10 @@
bottom: 6px;
}
-.canvas-spinner-icon {
- content: url(Images/spinnerSelected.gif);
+.canvas-profile-view .spinner-icon {
position: absolute;
width: 16px;
+ height: 16px;
right: 4px;
bottom: 4px;
}
« no previous file with comments | « Source/devtools/front_end/SidebarTreeElement.js ('k') | Source/devtools/front_end/heapProfiler.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698