Tweak select list colors

This commit is contained in:
Kevin Sawicki 2013-05-02 14:06:15 -07:00
parent d4474e1d4d
commit 55f185f980
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@
}
.selected {
background-image: -webkit-linear-gradient(#7e7e7e, #737373);
background-color: #373A3c;
}
.right,
@ -46,7 +46,7 @@
.selected .right,
.selected .secondary-line {
color: #ccc;
color: #828282;
}
.modified {

View File

@ -26,12 +26,12 @@
}
.selected {
background-color: #e0e0e0;
background-color: #e2e2e2;
}
.selected .right,
.selected .secondary-line {
color: #333;
color: #757575;
}
.right,