diff options
author | Anika Henke <anika@selfthinker.org> | 2013-02-17 22:52:28 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-02-17 22:52:28 +0000 |
commit | e5f0efe2a3ff34ae70388fe8d068935416174f1c (patch) | |
tree | d34a56bd2a421bb6ab4aef181ee46593b5239eed /lib/plugins/acl | |
parent | 344be1a1d9393191529b775e6d3429301e835823 (diff) | |
download | rpg-e5f0efe2a3ff34ae70388fe8d068935416174f1c.tar.gz rpg-e5f0efe2a3ff34ae70388fe8d068935416174f1c.tar.bz2 |
improved disabled acl permission styling (FS#2714)
Diffstat (limited to 'lib/plugins/acl')
-rw-r--r-- | lib/plugins/acl/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/acl/style.css b/lib/plugins/acl/style.css index f4277c341..f8574fe58 100644 --- a/lib/plugins/acl/style.css +++ b/lib/plugins/acl/style.css @@ -116,7 +116,8 @@ div#acl_manager .aclns { } div#acl_manager label.disabled { - color: __text_neu__!important; + opacity: .5; + cursor: auto; } #acl_manager label { |