Fix autocomplete selected color
This commit is contained in:
parent
1e81fd5622
commit
68cb43e8ea
|
@ -67,6 +67,10 @@ body {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.textcomplete-item a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#chat a {
|
||||
color: #268bd2;
|
||||
}
|
||||
|
@ -178,7 +182,6 @@ body {
|
|||
.context-menu-item:hover,
|
||||
.textcomplete-item:hover,
|
||||
.textcomplete-menu .active,
|
||||
#chat .textcomplete-menu .active a,
|
||||
#chat .users .user.active,
|
||||
#sidebar,
|
||||
#footer {
|
||||
|
|
Loading…
Reference in New Issue