mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
dressing up the fuzzy finder error. fixes #160
This commit is contained in:
parent
3bd826fcb2
commit
0027a0b90a
@ -6,6 +6,7 @@
|
||||
|
||||
.fuzzy-finder ol:empty {
|
||||
margin-bottom: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fuzzy-finder .directory {
|
||||
|
@ -36,6 +36,7 @@
|
||||
}
|
||||
|
||||
.select-list .error {
|
||||
padding-top: 5px;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
text-shadow: 0 1px 0 #4E0000;
|
||||
}
|
@ -6,6 +6,7 @@
|
||||
|
||||
.fuzzy-finder ol:empty {
|
||||
margin-bottom: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fuzzy-finder .directory {
|
||||
|
@ -41,6 +41,7 @@
|
||||
}
|
||||
|
||||
.select-list .error {
|
||||
padding-top: 5px;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
text-shadow: 0 1px 0 #4E0000;
|
||||
}
|
Loading…
Reference in New Issue
Block a user