diff options
author | marijus <mario@mariovavti.com> | 2014-05-26 22:34:43 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-26 22:34:43 +0200 |
commit | 83ffad4b9dac914d9d4a5a9365ee23fb8f9d8483 (patch) | |
tree | 44a9f88cd4b506b04d7aeea81bdfeeb86938e73d /view/theme/redbasic/css | |
parent | 88bedec56c4c08988b6536e0e312ecfd883001bf (diff) | |
download | volse-hubzilla-83ffad4b9dac914d9d4a5a9365ee23fb8f9d8483.tar.gz volse-hubzilla-83ffad4b9dac914d9d4a5a9365ee23fb8f9d8483.tar.bz2 volse-hubzilla-83ffad4b9dac914d9d4a5a9365ee23fb8f9d8483.zip |
fix one more bootstrap override regression
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 21f594132..eeec051b5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2267,7 +2267,7 @@ blockquote { .btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active { background-color: $editbuttons_bghover; - border-color: $editbuttons_bordercolour; + border-color: $editbuttons_bordercolourhover; color: $input_colourhover; text-decoration: $input_decohover; } @@ -2276,9 +2276,6 @@ blockquote { text-decoration: none; } -.btn-preview, .btn-preview:hover, .btn-preview:focus, .btn-preview:active { - margin-right: 1px; -} @media screen and (max-width: 767px) { aside#region_1 { |