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:33:28 +0200 |
commit | 3ccefa20e8b10d0a507c6b002237664e721ca389 (patch) | |
tree | f5a171e273d5bc5d5b4d7a15e261f866889ee16f /view/theme/redbasic | |
parent | dcc8a94d07cb60b0bc814a30ccdae41a49133649 (diff) | |
download | volse-hubzilla-3ccefa20e8b10d0a507c6b002237664e721ca389.tar.gz volse-hubzilla-3ccefa20e8b10d0a507c6b002237664e721ca389.tar.bz2 volse-hubzilla-3ccefa20e8b10d0a507c6b002237664e721ca389.zip |
collapse sysapps if viewing a remote channel
Diffstat (limited to 'view/theme/redbasic')
-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; } |