diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-06-06 17:05:38 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-06-06 17:05:38 +0200 |
commit | 2c52be8780f870ef054ad789c82db1b9388d7bf3 (patch) | |
tree | bd6fe449e415de9b23e0a491281f14da37acd161 | |
parent | d60c2b16218603a2b4ed37c3c1edcf899558462c (diff) | |
download | volse-hubzilla-2c52be8780f870ef054ad789c82db1b9388d7bf3.tar.gz volse-hubzilla-2c52be8780f870ef054ad789c82db1b9388d7bf3.tar.bz2 volse-hubzilla-2c52be8780f870ef054ad789c82db1b9388d7bf3.zip |
css fixes
-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"], |