rework autocomplete: some styling if contact is forum

This commit is contained in:
rabuzarus 2016-02-03 00:25:33 +01:00 committed by Roland Haeder
parent ac912eaadf
commit 2bd60075ae
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
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;