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

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

Issue 1215533003: Add a refresh button for providers which do not support watchers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. Created 5 years, 5 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/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index a4088c18d7c3c6cadee60c61ef9660f53773496a..2a92752425a10ce6ebe4d80a2a18466ce488b584 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -392,6 +392,12 @@ body.check-select #delete-button > .icon {
url(../images/files/ui/2x/view_list_white.png) 2x);
}
+#refresh-button > .icon {
+ background-image: -webkit-image-set(
+ url(../images/files/ui/refresh_white.png) 1x,
+ url(../images/files/ui/2x/refresh_white.png) 2x);
+}
+
body.check-select #view-button {
display: none;
}

Powered by Google App Engine
This is Rietveld 408576698