fixing colors again
This commit is contained in:
parent
cdfc672e18
commit
e15513f43f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue