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

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

Issue 10825385: Make all checkboxes uniformly darker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « chrome/browser/resources/file_manager/css/common.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index 52c96adfc0725de846afa43c4625d62b552b8913..cf4e8f463331852f2218ee8ec243dcf3c5baf8e7 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -1042,11 +1042,6 @@ input.rename {
z-index: 2;
}
-.file-checkbox,
-.pin {
- opacity: 0.3;
-}
-
#select-all-checkbox {
-webkit-margin-end: 11px;
-webkit-margin-start: 1px;
@@ -1060,16 +1055,13 @@ input.rename {
#list-container li.table-row:hover .file-checkbox,
#list-container li.table-row:hover .pin,
#list-container li.thumbnail-item:hover .file-checkbox {
- opacity: 0.5;
+ opacity: 0.6;
}
-.file-checkbox:hover,
-.pin:hover,
#list-container li.table-row[selected] .file-checkbox,
#list-container li.table-row[selected] .pin,
-#list-container li.table-row .pin:checked,
#list-container li.thumbnail-item[selected] .file-checkbox {
- opacity: 0.8 !important;
+ opacity: 1.0 !important;
}
#list-container li.table-row,
« no previous file with comments | « chrome/browser/resources/file_manager/css/common.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698