summaryrefslogtreecommitdiffstats
path: root/skins/custom
diff options
context:
space:
mode:
Diffstat (limited to 'skins/custom')
-rw-r--r--skins/custom/global.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/custom/global.css b/skins/custom/global.css
index 3aee569f4..b2cbcc397 100644
--- a/skins/custom/global.css
+++ b/skins/custom/global.css
@@ -71,3 +71,10 @@ a.controller {
padding-left:1ex;
padding-bottom:1ex;
}
+
+.group_secure > th > a {
+ background-image: url("../../images/padlock.png");
+ background-position: center left;
+ background-repeat: no-repeat;
+ padding-left: 18px;
+}