fixing colors again

This commit is contained in:
Jon Lambson 2017-08-25 09:37:24 -06:00
parent cdfc672e18
commit e15513f43f
1 changed files with 2 additions and 3 deletions

View File

@ -20,8 +20,8 @@
background-color: #ffffff;
}
.angucomplete-searching, .angucomplete-title {
color: #acacac;
font-size: 14px;
color: #555;
}
.angucomplete-description {
font-size: 14px;
@ -33,6 +33,5 @@
clear: both;
}
.angucomplete-selected-row {
background-color: steelblue;
color: #ffffff;
background-color: #e5e5e5;
}