diff options
author | Mario <mario@mariovavti.com> | 2020-06-13 11:13:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-06-13 11:13:47 +0000 |
commit | 97dd350c6194e6ed1c66788b75bb0798364f3993 (patch) | |
tree | af180fc02659e0e89959eb36ff46f4bc0ae682c7 /view/theme/redbasic/css | |
parent | dc3b09c8f38872ef8b792a4b551671a6105754cc (diff) | |
download | volse-hubzilla-97dd350c6194e6ed1c66788b75bb0798364f3993.tar.gz volse-hubzilla-97dd350c6194e6ed1c66788b75bb0798364f3993.tar.bz2 volse-hubzilla-97dd350c6194e6ed1c66788b75bb0798364f3993.zip |
css fixes due to bootstrap update
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b736436f5..08a6e9d19 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1631,13 +1631,14 @@ dl.bb-dl > dd > li { } .form-group.checkbox > div label { - display: block; overflow: hidden; cursor: pointer; - border: 1px solid #ccc; - border-radius: 12px; - margin:0px; + display: block; overflow: hidden; cursor: pointer; + border: 1px solid #ccc; + border-radius: 12px; + margin:0px; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + font-weight: normal; } .form-group.checkbox:hover label { |