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

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

Issue 700023002: Show generic file handler more modestly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits. Created 6 years, 1 month 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/combobutton.css
diff --git a/ui/file_manager/file_manager/foreground/css/combobutton.css b/ui/file_manager/file_manager/foreground/css/combobutton.css
index a5fef650091975e5320f9fdd3a652baaf5697e4c..9b24d2235f0a99c2c00adf2e4878b469c535bcaf 100644
--- a/ui/file_manager/file_manager/foreground/css/combobutton.css
+++ b/ui/file_manager/file_manager/foreground/css/combobutton.css
@@ -8,12 +8,15 @@
}
.buttonbar .combobutton > .action {
- -webkit-padding-start: 21px;
background-position: left center;
background-repeat: no-repeat;
background-size: 16px 16px;
}
+.buttonbar .combobutton > .with-icon {
+ -webkit-padding-start: 21px;
+}
+
html[dir='rtl'] .buttonbar .combobutton > .action {
background-position: right center;
}

Powered by Google App Engine
This is Rietveld 408576698