]> git.mxchange.org Git - friendica.git/commitdiff
some more css changes for autocomplete acpopup
authorrabuzarus <>
Sat, 16 Apr 2016 21:24:19 +0000 (23:24 +0200)
committerrabuzarus <>
Sat, 16 Apr 2016 21:24:19 +0000 (23:24 +0200)
css/style.css

index a1f3a2ad4e2240ac43a39fc54a5d62088ab23b17..42e6b57a5a88e2c767d86e497c8a41748ad2652e 100644 (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 */