diff --git a/css/style.css b/css/style.css index a1f3a2ad4..42e6b57a5 100644 --- a/css/style.css +++ b/css/style.css @@ -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 */