aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/acl.js
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-16 19:54:07 -0800
committerzotlabs <mike@macgirvin.com>2016-12-16 19:54:07 -0800
commit827d4c5fb094715a65d4559f8c6159eb5d31d5f7 (patch)
treed08d324870f20adeb61f98e6619618b3893bbd7e /view/js/acl.js
parente46fcc289342d208442c4787495941667b313c10 (diff)
downloadvolse-hubzilla-827d4c5fb094715a65d4559f8c6159eb5d31d5f7.tar.gz
volse-hubzilla-827d4c5fb094715a65d4559f8c6159eb5d31d5f7.tar.bz2
volse-hubzilla-827d4c5fb094715a65d4559f8c6159eb5d31d5f7.zip
use lock colour to indicate that permissions have been set by the software to something you might not expect rather than an exclamation mark. This may not be the best colour in this page context, but it serves the intended purpose. Perhaps orange might be less intrusive and still convey the desired information.
Diffstat (limited to 'view/js/acl.js')
-rw-r--r--view/js/acl.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/acl.js b/view/js/acl.js
index c11997c43..4dd60d303 100644
--- a/view/js/acl.js
+++ b/view/js/acl.js
@@ -276,6 +276,7 @@ ACL.prototype.update_view = function(value) {
/* jot acl */
$('#jot-perms-icon, #dialog-perms-icon, #' + that.form_id[0].id + ' .jot-perms-icon').removeClass('fa-lock').addClass('fa-unlock');
+ $('#jot-perms-icon').removeClass('jot-lock-warn');
$('#dbtn-jotnets').show();
$('.profile-jot-net input').attr('disabled', false);