diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-02 11:19:06 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-02 11:19:06 +0100 |
commit | 8220a6584ca78e8db01d1bd1ea8720cec6952d12 (patch) | |
tree | b98f90376f80341dabb5db9df8e2bda49025db0d /view/theme | |
parent | d4b51c491fd11352bf0763d46e859587a6afeb26 (diff) | |
download | volse-hubzilla-8220a6584ca78e8db01d1bd1ea8720cec6952d12.tar.gz volse-hubzilla-8220a6584ca78e8db01d1bd1ea8720cec6952d12.tar.bz2 volse-hubzilla-8220a6584ca78e8db01d1bd1ea8720cec6952d12.zip |
remove apps from usermenu
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index bf664ad81..e55257479 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1524,6 +1524,9 @@ img.mail-conv-sender-photo { /* nav bootstrap */ +.net-button { + display: none; +} nav img { border-radius: $radiuspx; |