Make right and directory class the same color

This commit is contained in:
Kevin Sawicki 2013-02-25 15:30:41 -08:00
parent 9f6855e2cb
commit f89db4d8a2

View File

@ -7,12 +7,6 @@
color: #ddd;
}
.select-list li .right {
color: #999;
display: inline-block;
margin-top: -3px;
}
.select-list .key-binding {
background: -webkit-linear-gradient(
rgba(100, 100, 100, 0.5),
@ -31,6 +25,7 @@
background-image: -webkit-linear-gradient(#7e7e7e, #737373);
}
.select-list .right,
.select-list .directory {
color: #777;
}
@ -39,6 +34,7 @@
color: #fff;
}
.select-list ol .selected .right,
.select-list ol .selected .directory {
color: #ccc;
}