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

Unified Diff: ui/file_manager/gallery/css/gallery.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/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index 37aa6fc9cbb519528e2b2e8f1748063d79492ce2..cff180288b96318952a31f6a9974eaf9243b705f 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -1111,15 +1111,15 @@ input[type='checkbox']:checked {
.gallery .spinner {
background-image:
- url(../../file_manager/foreground/images/common/spinner.svg);
+ url(chrome://resources/images/throbber.svg);
background-size: 100%;
- height: 16px;
+ height: 32px;
Evan Stade 2015/05/07 22:53:45 This change is somewhat tangential to changing the
left: 50%;
- margin-left: -8px;
- margin-top: -8px;
+ margin-left: -16px;
+ margin-top: -16px;
position: absolute;
top: 50%;
- width: 16px;
+ width: 32px;
}
.gallery:not([spinner]) .spinner {
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/share_dialog.css ('k') | ui/file_manager/video_player/css/video_player.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698