diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-22 12:01:13 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-22 12:01:13 +0200 |
commit | f4a4d70149b74a73faf5e777350d76946eeefe93 (patch) | |
tree | 7b106c62ec6bf81d76e798d18452ab8b696a3a69 /view/css | |
parent | 4335e49381a766bc59b3ccd3df9c4981afab7603 (diff) | |
download | volse-hubzilla-f4a4d70149b74a73faf5e777350d76946eeefe93.tar.gz volse-hubzilla-f4a4d70149b74a73faf5e777350d76946eeefe93.tar.bz2 volse-hubzilla-f4a4d70149b74a73faf5e777350d76946eeefe93.zip |
indicate the selected channel in the dropdown menu and minor css fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_manage.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css index 077b6b838..b08c90b62 100644 --- a/view/css/mod_manage.css +++ b/view/css/mod_manage.css @@ -4,10 +4,6 @@ text-decoration: none; } -.new-notification { - color: #c60032; -} - .channel-photo-wrapper { display: table-cell; table-layout: fixed; @@ -24,11 +20,3 @@ vertical-align: top; padding-left: 10px; } - -.selected-channel { - color: green; -} - -#all-channels-end { - margin-bottom: 20px; -} |