From e90e4e4a5957a8902532358ac22bffed009bb245 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 29 Mar 2017 14:45:50 +0200 Subject: css fixes --- view/theme/redbasic/css/style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 156df07ff..601124227 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -878,14 +878,22 @@ margin-right: 50px; list-style-type: none; } -.generic-icons { +.generic-icons, +a .generic-icons { font-size: 1rem; margin-right: 0.5rem; + 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; } @@ -901,7 +909,8 @@ margin-right: 50px; .drop-icons, a .drop-icons { - font-size: 1.2em; + font-size: 1rem; + color: $font_colour; text-decoration: none; cursor: pointer; } -- cgit v1.2.3