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