diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-05-05 16:32:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-05-05 16:32:20 +0200 |
commit | 00b19ccee0db5fd628c4959ac665234395a92989 (patch) | |
tree | 0542c60499024e6b8a8d0f53f7a7062960506c16 /view/theme | |
parent | 54d55fb62fd9a69c77ce9313ccec432faa8395e7 (diff) | |
download | volse-hubzilla-00b19ccee0db5fd628c4959ac665234395a92989.tar.gz volse-hubzilla-00b19ccee0db5fd628c4959ac665234395a92989.tar.bz2 volse-hubzilla-00b19ccee0db5fd628c4959ac665234395a92989.zip |
collapse sysapps if viewing a remote channel
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4ab2634ef..faa292fe5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -886,7 +886,8 @@ a .drop-icons:hover { color: #FF0000; } -.lockview { +.lockview, +.sys-apps-toggle { cursor: pointer; } |