From 50dc4178a2881c30155aca66d33d8ccbc8680af8 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 8 Nov 2018 23:50:18 +0900 Subject: [PATCH] --- plusfuture/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 7a5856a..cd4e1ab 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1638,7 +1638,7 @@ dl.bb-dl > dd > li { .onoffswitch-inner:before, .onoffswitch-inner:after { /*カスタマイズ*/ - display: none; float: left; width: 50%; height: 20px; padding: 0; line-height:20px; + display: flex; float: left; width: 50%; height: 20px; padding: 0; line-height:20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } @@ -1647,14 +1647,14 @@ dl.bb-dl > dd > li { content: attr(data-on); padding-right: 21px; background-color: #A4AFFF; - color: $font_colour; + color: rgba(255, 255, 255, 0); text-align: right; } .onoffswitch-inner:after { content: attr(data-off); padding-left: 21px; - background-color: #FFF; color: #ccc; + background-color: #FFF; color: rgba(255, 255, 255, 0); text-align: left; } @@ -1663,7 +1663,7 @@ dl.bb-dl > dd > li { display: block; width: 20px; height: 20px;margin:4px; background: #ccc; border-radius: 50%; - position: absolute; top: -6px; bottom: 0; right: 18px; + position: absolute; top: -8px; bottom: 0; right: 18px; -moz-transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; -o-transition: all 0.2s ease-in 0s; transition: all 0.2s ease-in 0s; filter: drop-shadow(0px 0px 2px rgba(42, 42, 42, 0.94));