some more css changes for autocomplete acpopup
This commit is contained in:
parent
30317e3af0
commit
c3225a1631
1 changed files with 6 additions and 2 deletions
|
@ -1294,9 +1294,10 @@ nav .acpopup {
|
||||||
margin-left: -23px;
|
margin-left: -23px;
|
||||||
}
|
}
|
||||||
/** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
|
/** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
|
||||||
at the beginning of this file */
|
at the beginning of this file to get rid of the !important */
|
||||||
.textcomplete-item a {
|
.textcomplete-item > a {
|
||||||
color: #555 !important;
|
color: #555 !important;
|
||||||
|
padding: 5px 20px !important;
|
||||||
}
|
}
|
||||||
.textcomplete-item.active > a {
|
.textcomplete-item.active > a {
|
||||||
background-color: rgb(247, 247, 247) !important;
|
background-color: rgb(247, 247, 247) !important;
|
||||||
|
@ -1307,6 +1308,9 @@ nav .acpopup {
|
||||||
.textcomplete-item a .forum {
|
.textcomplete-item a .forum {
|
||||||
color: $link_color;
|
color: $link_color;
|
||||||
}
|
}
|
||||||
|
img.acpopup-img {
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* The wall-item thread levels */
|
/* The wall-item thread levels */
|
||||||
|
|
Loading…
Reference in a new issue