aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-20 13:47:05 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-20 13:47:05 +0200
commit6ba77ce0e282659f9616f6cdaf85f5fbcb9776bb (patch)
tree98fe8c2ee4b7121c1487fc657cb8d554065f5b25 /view/theme
parenta256195767786956011901c14f9813f7326b2576 (diff)
downloadvolse-hubzilla-6ba77ce0e282659f9616f6cdaf85f5fbcb9776bb.tar.gz
volse-hubzilla-6ba77ce0e282659f9616f6cdaf85f5fbcb9776bb.tar.bz2
volse-hubzilla-6ba77ce0e282659f9616f6cdaf85f5fbcb9776bb.zip
css fix
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 9f78f06c5..4488dcddd 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1627,7 +1627,7 @@ dl.bb-dl > dd > li {
.form-group.checkbox > div label {
display: block; overflow: hidden; cursor: pointer;
border: 1px solid #ccc;
- border-radius: $radius;
+ 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;