Commit f1e8b39f authored by oleg@chromium.org's avatar oleg@chromium.org

Make checkboxes in FileManager darker.

BUG=138014

Review URL: https://chromiumcodereview.appspot.com/10825222

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150348 0039d316-1c4b-4281-b951-d872f2087c98
parent 3c723ffc
...@@ -1047,7 +1047,7 @@ input.rename { ...@@ -1047,7 +1047,7 @@ input.rename {
#list-container li.table-row[selected] .pin, #list-container li.table-row[selected] .pin,
#list-container li.table-row .pin:checked, #list-container li.table-row .pin:checked,
#list-container li.thumbnail-item[selected] .file-checkbox { #list-container li.thumbnail-item[selected] .file-checkbox {
opacity: 1 !important; opacity: 0.8 !important;
} }
#list-container li.table-row, #list-container li.table-row,
...@@ -1136,6 +1136,7 @@ input.rename { ...@@ -1136,6 +1136,7 @@ input.rename {
.detail-name > input.common[type='checkbox'] { .detail-name > input.common[type='checkbox'] {
-webkit-margin-end: 4px; -webkit-margin-end: 4px;
-webkit-margin-start: -1px; -webkit-margin-start: -1px;
border-color: #444;
} }
list .detail-name > .file-checkbox::before, list .detail-name > .file-checkbox::before,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment