diff options
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 26 |
1 files changed, 9 insertions, 17 deletions
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"], |