aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css9
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 {