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

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

Issue 1170913006: Add material design toggle ripple element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make ripple size same with the element size. Created 5 years, 6 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 3bfb07c5972717858e18e4bf7a33ef9c2449c6a0..4374a3b1de25c5487d794a977b588c903ac65a95 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -348,6 +348,12 @@ body.check-select .dialog-header
margin: 8px;
}
+.dialog-header button.icon-button > files-toggle-ripple {
+ height: 28px;
+ margin: 2px;
+ width: 28px;
+}
+
#search-button {
background-image: -webkit-image-set(
url(../images/files/ui/search_white.png) 1x,

Powered by Google App Engine
This is Rietveld 408576698