aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/acl_selector.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-05-06 10:42:38 +0200
committerMario Vavti <mario@mariovavti.com>2016-05-06 10:42:38 +0200
commit4a36834d3f10fee5e912b6205d75c820f70d5250 (patch)
tree04afab411f0889890ddc87779f198e58ddbc963c /view/tpl/acl_selector.tpl
parent5882714e232c087e76a32647809f7129ecb1a35b (diff)
downloadvolse-hubzilla-4a36834d3f10fee5e912b6205d75c820f70d5250.tar.gz
volse-hubzilla-4a36834d3f10fee5e912b6205d75c820f70d5250.tar.bz2
volse-hubzilla-4a36834d3f10fee5e912b6205d75c820f70d5250.zip
use darker background colour only for searchbar
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-xview/tpl/acl_selector.tpl10
1 files changed, 7 insertions, 3 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl
index a3fe73d0c..75e89a0c6 100755
--- a/view/tpl/acl_selector.tpl
+++ b/view/tpl/acl_selector.tpl
@@ -34,9 +34,13 @@
<span id=acl-showlimited-caption>{{$showlimited}}</span>
</label>
<div id="acl-list">
- <input type="text" id="acl-search" placeholder="&#xf002; {{$search}}">
- <div id=acl-showlimited-description>{{$showlimitedDesc}}</div>
- <div id="acl-list-content"></div>
+ <div id="acl-search-wrapper">
+ <input type="text" id="acl-search" placeholder="&#xf002; {{$search}}">
+ </div>
+ <div id="acl-list-content-wrapper">
+ <div id=acl-showlimited-description>{{$showlimitedDesc}}</div>
+ <div id="acl-list-content"></div>
+ </div>
</div>
</div>