diff options
author | friendica <info@friendica.com> | 2013-06-16 00:03:22 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-16 00:03:22 -0700 |
commit | a37ac8f2f36353bba26ccd2631bf1c85ae6e02da (patch) | |
tree | de4ab82ff9a4886cd9683e7819fef7a17e6855da /view | |
parent | f338da04e13990de57dabc3a284945486f96c741 (diff) | |
download | volse-hubzilla-a37ac8f2f36353bba26ccd2631bf1c85ae6e02da.tar.gz volse-hubzilla-a37ac8f2f36353bba26ccd2631bf1c85ae6e02da.tar.bz2 volse-hubzilla-a37ac8f2f36353bba26ccd2631bf1c85ae6e02da.zip |
flag taggable connections in acl selector
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 | ||||
-rwxr-xr-x | view/tpl/acl_selector.tpl | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5fb4e8b36..416e79dd5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3739,6 +3739,10 @@ ul.menu-popup { float: left; margin: 4px; } +.acl-list-item.taggable { + background-color: #ccccff; +} + .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;} .acl-list-item a { font-size: 8px; diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index aebef71ee..d21073b56 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} <div id="acl-wrapper"> <input id="acl-search"> <a href="#" id="acl-showall">{{$showall}}</a> |