diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-04-18 12:57:42 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-04-18 12:57:42 +0000 |
commit | 59eb3b3351ca38851248aa4b3b072e160dc9555b (patch) | |
tree | 2a9d0e32d244a2c1753e9268b28d7ad5f69bbf4b /view/theme/redbasic/css | |
parent | d2b5bb843fd3f0d464d8247d2be8c7d5ac9f534d (diff) | |
download | volse-hubzilla-59eb3b3351ca38851248aa4b3b072e160dc9555b.tar.gz volse-hubzilla-59eb3b3351ca38851248aa4b3b072e160dc9555b.tar.bz2 volse-hubzilla-59eb3b3351ca38851248aa4b3b072e160dc9555b.zip |
Little fix and previous fix on a different place
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 39cfcaec3..c43ed5a7e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1386,7 +1386,7 @@ brain is weird like that */ border:1px solid $acpopup_bordercolour; } .acpopupitem { - background-color:$acpopup_bgcolour; padding: 4px; + background-color:$acpopup_bgcolour; clear:left; } .acpopupitem.taggable { @@ -2289,8 +2289,9 @@ blockquote { text-decoration: $input_decohover; } -.btn-primary { - z-index: 10; +.btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active { + text-decoration: none; + z-index: 0; } @media screen and (max-width: 767px) { |