diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-24 16:50:59 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-24 16:50:59 +0100 |
commit | fd23844c8dad0df4ebccc4b056a5c464cf490cde (patch) | |
tree | e4ffd85f9921c7ad6253a19897985efdd5ffb162 /view | |
parent | 5dc457b16c2d2cc0721fb3af1a786e8f0e32ef73 (diff) | |
download | volse-hubzilla-fd23844c8dad0df4ebccc4b056a5c464cf490cde.tar.gz volse-hubzilla-fd23844c8dad0df4ebccc4b056a5c464cf490cde.tar.bz2 volse-hubzilla-fd23844c8dad0df4ebccc4b056a5c464cf490cde.zip |
remove redundant css
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3e321f54d..e059e524f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -264,19 +264,6 @@ footer { /*TODO: we should use one class for all this. */ -.group-selected, -.fileas-selected, -.categories-selected, -.search-selected, -.active, -.group-selected:hover, -.fileas-selected:hover, -.categories-selected:hover, -.search-selected:hover, -.active:hover { - color: $font_colour; -} - #cropimage-wrapper, #cropimage-preview-wrapper { float: left; padding: 30px; |