diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-10 13:25:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-10 13:25:50 +0200 |
commit | ebb07de7883b5b94b1fb10b3adf0b5370afc40f3 (patch) | |
tree | cc2010b01d531fcbd524b4f9a0fea8aa037ea836 | |
parent | fee607db56f9e87320ce2644ba61ca49266ea7ab (diff) | |
download | volse-hubzilla-ebb07de7883b5b94b1fb10b3adf0b5370afc40f3.tar.gz volse-hubzilla-ebb07de7883b5b94b1fb10b3adf0b5370afc40f3.tar.bz2 volse-hubzilla-ebb07de7883b5b94b1fb10b3adf0b5370afc40f3.zip |
re-enable selected/active class
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b2d52c8a6..1efa64b6d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -269,12 +269,11 @@ footer { } /*TODO: we should use one class for all this. */ -/* + .group-selected, .fileas-selected, .categories-selected, .search-selected, .active { - color: #444 !important; - text-decoration: none !important; + color: $font_colour; } -*/ + .fileas-all { text-decoration: none !important; |