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

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

Issue 1056433003: Add button to add new FSP services to Files app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. Created 5 years, 9 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_types.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_types.css b/ui/file_manager/file_manager/foreground/css/file_types.css
index fb39d54407240480ed3c960c7b5522d1cc849da0..832173bd5e1e3c54f65461e179e09e9a649489c2 100644
--- a/ui/file_manager/file_manager/foreground/css/file_types.css
+++ b/ui/file_manager/file_manager/foreground/css/file_types.css
@@ -328,3 +328,9 @@ tree .tree-item[selected] > .tree-row > .shared[file-type-icon='folder'] {
/* Apply the rgb(90, 90, 90) mask. */
-webkit-filter: contrast(0) brightness(0.7143);
}
+
+.tree-row [command-icon='add-new-services'] {
+ background-image: -webkit-image-set(
+ url(../images/volumes/add.png) 1x,
+ url(../images/volumes/2x/add.png) 2x);
+}

Powered by Google App Engine
This is Rietveld 408576698