From 2c52be8780f870ef054ad789c82db1b9388d7bf3 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Jun 2015 17:05:38 +0200 Subject: css fixes --- view/theme/redbasic/css/style.css | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 8f70d469a..03f900566 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -69,28 +69,20 @@ abbr { margin-right: 5px; } -a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { - font-weight: normal; - color: $link_colour; - text-decoration: none; -} - -a:hover, .fakelink:hover { color: $link_colour; text-decoration: underline; } - +a, .fakelink { - cursor: pointer; + color: $link_colour; } -a.btn-default { - color: #333; +a:hover, +a:focus +.fakelink:hover, +.fakelink:focus { + color: $link_colour; } -a.btn-success, -a.btn-danger, -a.btn-info, -a.btn-warning, -a.btn-primary { - color: #fff; +.fakelink { + cursor: pointer; } input[type="text"], -- cgit v1.2.3