mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 23:59:22 +03:00
Tweak select list colors
This commit is contained in:
parent
d4474e1d4d
commit
55f185f980
@ -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 {
|
||||
|
@ -26,12 +26,12 @@
|
||||
}
|
||||
|
||||
.selected {
|
||||
background-color: #e0e0e0;
|
||||
background-color: #e2e2e2;
|
||||
}
|
||||
|
||||
.selected .right,
|
||||
.selected .secondary-line {
|
||||
color: #333;
|
||||
color: #757575;
|
||||
}
|
||||
|
||||
.right,
|
||||
|
Loading…
Reference in New Issue
Block a user