some more css changes for autocomplete acpopup

This commit is contained in:
rabuzarus 2016-04-16 23:24:19 +02:00
parent 30317e3af0
commit c3225a1631
1 changed files with 6 additions and 2 deletions

View File

@ -1294,9 +1294,10 @@ nav .acpopup {
margin-left: -23px;
}
/** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
at the beginning of this file */
.textcomplete-item a {
at the beginning of this file to get rid of the !important */
.textcomplete-item > a {
color: #555 !important;
padding: 5px 20px !important;
}
.textcomplete-item.active > a {
background-color: rgb(247, 247, 247) !important;
@ -1307,6 +1308,9 @@ nav .acpopup {
.textcomplete-item a .forum {
color: $link_color;
}
img.acpopup-img {
border-radius: 4px;
}
/* The wall-item thread levels */