Fix autocomplete selected color

This commit is contained in:
Pavel Djundik 2018-03-03 19:34:24 +02:00
parent 1e81fd5622
commit 68cb43e8ea
1 changed files with 4 additions and 1 deletions

View File

@ -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 {