mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
rework autocomplete: some styling if contact is forum
This commit is contained in:
parent
ac912eaadf
commit
2bd60075ae
4 changed files with 22 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue