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

Unified Diff: ui/file_manager/file_manager/foreground/css/share_dialog.css

Issue 1134603002: Update some spinners on ChromeOS to Material. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: ui/file_manager/file_manager/foreground/css/share_dialog.css
diff --git a/ui/file_manager/file_manager/foreground/css/share_dialog.css b/ui/file_manager/file_manager/foreground/css/share_dialog.css
index 14338b2a3765bc2d9f9122326962f530f83232c4..ef50e5b07b5fae54a303377f19f4059f6bfff8c1 100644
--- a/ui/file_manager/file_manager/foreground/css/share_dialog.css
+++ b/ui/file_manager/file_manager/foreground/css/share_dialog.css
@@ -17,7 +17,7 @@
}
.share-dialog-webview-wrapper:not(.loaded) {
- background: url(../images/common/spinner.svg) center/16px no-repeat;
+ background: url(chrome://resources/images/throbber.svg) center/16px no-repeat;
}
.share-dialog-webview {

Powered by Google App Engine
This is Rietveld 408576698