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

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

Issue 10825222: Make checkboxes in FileManager 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 | « no previous file | 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 67a2f6361941073e2712f750be446ade3803dc77..1985115c40aa847aa1e9dece276908d29b927d19 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -1047,7 +1047,7 @@ input.rename {
#list-container li.table-row[selected] .pin,
#list-container li.table-row .pin:checked,
#list-container li.thumbnail-item[selected] .file-checkbox {
- opacity: 1 !important;
+ opacity: 0.8 !important;
}
#list-container li.table-row,
@@ -1136,6 +1136,7 @@ input.rename {
.detail-name > input.common[type='checkbox'] {
-webkit-margin-end: 4px;
-webkit-margin-start: -1px;
+ border-color: #444;
}
list .detail-name > .file-checkbox::before,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698