summaryrefslogtreecommitdiff
path: root/web/share/css/switch.css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-11-09 03:11:22 +0300
committerDevaev Maxim <[email protected]>2019-11-09 03:11:22 +0300
commit67bc2b0e085addc841f6cf0911fd5a2249875a98 (patch)
tree055f43f2e87932e2ec562587251b9f0a9f9a8039 /web/share/css/switch.css
parentfa40676136483dd287caf5df324ca429e5adbace (diff)
fixed css selectors
Diffstat (limited to 'web/share/css/switch.css')
-rw-r--r--web/share/css/switch.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/share/css/switch.css b/web/share/css/switch.css
index 00defe4a..69b6486d 100644
--- a/web/share/css/switch.css
+++ b/web/share/css/switch.css
@@ -47,7 +47,8 @@ div.switch-box label.switch-label span.switch-inner {
margin-left: -100%;
}
-div.switch-box label.switch-label span.switch-inner:before, span.switch-inner:after {
+div.switch-box label.switch-label span.switch-inner:before,
+div.switch-box label.switch-label span.switch-inner:after {
display: block;
float: left;
width: 50%;