diff options
author | friendica <info@friendica.com> | 2014-03-07 21:55:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-07 21:55:52 -0800 |
commit | 5ec38459dc474700ec89304786228ba06bfbed53 (patch) | |
tree | de273b8b432615065323289fd2b14196046726cd /view/css | |
parent | ab0eab49e866e29b1c1b5ef58897c6a446d24864 (diff) | |
download | volse-hubzilla-5ec38459dc474700ec89304786228ba06bfbed53.tar.gz volse-hubzilla-5ec38459dc474700ec89304786228ba06bfbed53.tar.bz2 volse-hubzilla-5ec38459dc474700ec89304786228ba06bfbed53.zip |
notify when permissions change and haven't been saved.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_connedit.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/mod_connedit.css b/view/css/mod_connedit.css index f6da96433..83f167915 100644 --- a/view/css/mod_connedit.css +++ b/view/css/mod_connedit.css @@ -14,7 +14,7 @@ margin-bottom: 5px !important; } -.abook-pending-contact { +.abook-pending-contact, .abook-permschange { background: orange; font-weight: bold; margin: 10px; |