diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-19 15:32:56 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-19 15:32:56 +0200 |
commit | 9b6e46dc6b245a229b0b5af0efea88c2838ce56a (patch) | |
tree | 45452530ab33c9c41e87f768256b946999560185 /view/theme | |
parent | b7cb2a295148f64ad56a3d428f7a781a232601fd (diff) | |
download | volse-hubzilla-9b6e46dc6b245a229b0b5af0efea88c2838ce56a.tar.gz volse-hubzilla-9b6e46dc6b245a229b0b5af0efea88c2838ce56a.tar.bz2 volse-hubzilla-9b6e46dc6b245a229b0b5af0efea88c2838ce56a.zip |
calendar merge initial commit
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 18c3db665..3bee84378 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -942,17 +942,18 @@ a .generic-icons { color: $font_colour; } -.generic-icons:hover, -a .generic-icons:hover { - color: $font_colour; -} - .generic-icons-right { font-size: 1rem; margin-left: 0.5rem; color: $font_colour; } +.generic-icons:hover, +a .generic-icons:hover, +.generic-icons-right:hover, +a .generic-icons-right:hover { + color: $font_colour; +} .generic-icons-nav { font-size: 1rem; |