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

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

Issue 10391184: [FileBrowser] Migrated ComboButton to menu as dropdown. (Closed) Base URL: improved-actions-menu-126927
Patch Set: Merged with master. Created 8 years, 7 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: chrome/browser/resources/file_manager/css/common.css
diff --git a/chrome/browser/resources/file_manager/css/common.css b/chrome/browser/resources/file_manager/css/common.css
index 6dfd863a6cb4ed181d872bce81cad7f9c5c5973d..aa2f60309b3a99c90621fba0b60f4d6ba6b4a622 100644
--- a/chrome/browser/resources/file_manager/css/common.css
+++ b/chrome/browser/resources/file_manager/css/common.css
@@ -201,9 +201,11 @@ menu.chrome-menu {
border-radius: 2px;
outline: none;
padding: 2px 0;
+ z-index: 15;
}
-
menu.chrome-menu > :not(hr) {
+ background-position: 6px center;
+ background-repeat: no-repeat;
color: rgb(34, 34, 34);
height: 30px;
line-height: 28px;
@@ -229,7 +231,8 @@ menu.chrome-menu > hr {
}
menu.chrome-menu > :not(hr)[checked] {
- background: url('../images/common/check_no_box.png') no-repeat 2px center;
+ background-image: url('../images/common/check_no_box.png');
+ background-position: 2px center;
}
menu.chrome-menu > [checked]:before {
« no previous file with comments | « chrome/browser/resources/file_manager/css/combobutton.css ('k') | chrome/browser/resources/file_manager/js/combobutton.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698