mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 23:59:22 +03:00
Make right and directory class the same color
This commit is contained in:
parent
9f6855e2cb
commit
f89db4d8a2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user