dressing up the fuzzy finder error. fixes #160

This commit is contained in:
Jon Rohan 2013-01-23 21:23:21 -08:00
parent 3bd826fcb2
commit 0027a0b90a
4 changed files with 6 additions and 2 deletions

View File

@ -6,6 +6,7 @@
.fuzzy-finder ol:empty {
margin-bottom: 0;
border: none;
}
.fuzzy-finder .directory {

View File

@ -36,6 +36,7 @@
}
.select-list .error {
padding-top: 5px;
font-weight: bold;
color: white;
text-shadow: 0 1px 0 #4E0000;
}

View File

@ -6,6 +6,7 @@
.fuzzy-finder ol:empty {
margin-bottom: 0;
border: none;
}
.fuzzy-finder .directory {

View File

@ -41,6 +41,7 @@
}
.select-list .error {
padding-top: 5px;
font-weight: bold;
color: white;
text-shadow: 0 1px 0 #4E0000;
}