1
0
Fork 0

rework autocomplete: some styling if contact is forum

This commit is contained in:
rabuzarus 2016-02-03 00:25:33 +01:00
commit ad5be2901e
4 changed files with 22 additions and 7 deletions

View file

@ -935,8 +935,19 @@ nav .acpopup {
color: #737373;
}
.textcomplete-item a:hover {
color: #000;
padding: 3px 20px;
}
.textcomplete-item a .forum, .forum .acpopup-sub-text {
color: #36C;
opacity: 0.8;
}
.textcomplete-item a .forum:hover {
opacity: 1.0;
}
img.acpopup-img {
border-radius: 4px;
}
#nav-notifications-menu {
width: 400px;