diff options
author | friendica <info@friendica.com> | 2013-06-16 16:31:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-16 16:31:59 -0700 |
commit | 47ef689c927f8c8692bb98f190b7cc56d5e088ec (patch) | |
tree | f3b1e329c3aa82b056c67375b2f22ef7b702f977 /view/theme/redbasic | |
parent | c4c80a2e472173dfed9b982c6705ccfbb6e6cdab (diff) | |
download | volse-hubzilla-47ef689c927f8c8692bb98f190b7cc56d5e088ec.tar.gz volse-hubzilla-47ef689c927f8c8692bb98f190b7cc56d5e088ec.tar.bz2 volse-hubzilla-47ef689c927f8c8692bb98f190b7cc56d5e088ec.zip |
implement taggable in auto-complete popups
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 416e79dd5..f644d7903 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3256,6 +3256,9 @@ brain is weird like that */ background-color:#ffffff; padding: 4px; clear:left; } +.acpopupitem.taggable { + background-color: #ddddff; +} .acpopupitem img { float: left; margin-right: 4px; @@ -3740,7 +3743,7 @@ ul.menu-popup { margin: 4px; } .acl-list-item.taggable { - background-color: #ccccff; + background-color: #ddddff; } .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;} |