diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-26 09:45:30 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-26 09:45:30 +0100 |
commit | e0a0fc507f3d070a69ad5033d6baad5e1d406888 (patch) | |
tree | 916fd547b2714244c81a355be7275ee991007dc8 /view/theme/redbasic/css | |
parent | f1a16607095e0ebbd8ce2201a2f087557b39f282 (diff) | |
download | volse-hubzilla-e0a0fc507f3d070a69ad5033d6baad5e1d406888.tar.gz volse-hubzilla-e0a0fc507f3d070a69ad5033d6baad5e1d406888.tar.bz2 volse-hubzilla-e0a0fc507f3d070a69ad5033d6baad5e1d406888.zip |
remove some vars from style.css
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f72b8a0bb..a87907fd3 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1347,13 +1347,7 @@ header { } .notify-seen a { - background: $notifyseen_bgcolour; - color: $notifyseen_linkcolour !important; -} - -.notify-seen a:hover { - background: $notifyseen_bghover; - color: $notifyseen_linkhover !important; + background: #ddd; } #page-spinner { @@ -1866,21 +1860,6 @@ nav .dropdown-menu { border-top-left-radius: 0px; border-bottom-right-radius: $radiuspx; border-bottom-left-radius: $radiuspx; - background-color: $notify_bgcolour; -} - -nav .dropdown-menu .divider{ - background-color: $navmenu_bgchover; -} - -nav .dropdown-menu>li>a{ - color: $notify_linkcolour; -} - -nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ - color: $notify_linkcolour; - background-color: $navmenu_bgchover; - $navmenu_bgimage } #usermenu-caret { |