mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Fix autocomplete selected color
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user