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

Unified Diff: chrome/browser/resources/file_manager/css/combobutton.css

Issue 10790100: [File Manager] Support HiDPI images in action picker and default action picker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/css/file_manager.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/css/combobutton.css
diff --git a/chrome/browser/resources/file_manager/css/combobutton.css b/chrome/browser/resources/file_manager/css/combobutton.css
index a4689f76b9aa5604db58509dfa97b2b17cec7d43..e21e1c0624bac0d3faf8bdfd9c6e293d8753aaac 100644
--- a/chrome/browser/resources/file_manager/css/combobutton.css
+++ b/chrome/browser/resources/file_manager/css/combobutton.css
@@ -7,30 +7,22 @@
display: -webkit-box;
}
-.buttonbar .combobutton > img {
- display: block;
- height: 16px;
- margin-bottom: 6px;
- margin-right: 4px;
- margin-top: 6px;
- width: 16px;
+.buttonbar .combobutton > .action {
+ background-position: left center;
+ background-repeat: no-repeat;
+ background-size: 16px 16px;
+ padding-left: 21px;
}
-.buttonbar .combobutton > span {
- -webkit-box-flex: 1;
- display: block;
-}
-
-.buttonbar .combobutton > div {
+.buttonbar .combobutton > .trigger {
border-left: solid 1px #dcdcdc;
- display: none;
margin-left: 8px;
margin-right: -8px;
width: 22px;
}
-.buttonbar .combobutton[multiple] > div {
- display: block;
+.buttonbar .combobutton:not([multiple]) > .trigger {
+ display: none;
}
.buttonbar .combobutton > div > span.disclosureindicator {
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/css/file_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698