From 4eee35f96b8e92ad0b28a9dba5e4d60d501be601 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 8 Nov 2018 23:56:11 +0900 Subject: [PATCH] --- plusfuture/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index cd4e1ab..8dc1f8d 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1654,7 +1654,7 @@ dl.bb-dl > dd > li { .onoffswitch-inner:after { content: attr(data-off); padding-left: 21px; - background-color: #FFF; color: rgba(255, 255, 255, 0); + background-color: #D5CECE; color: rgba(255, 255, 255, 0); text-align: left; } @@ -1680,8 +1680,9 @@ dl.bb-dl > dd > li { .form-group.checkbox > div > input:disabled + label .onoffswitch-switch { - background-color: red; - opacity: 0.3; + /*カスタマイズ*/ + background-color: #898989; + /*opacity: 0.3;*/ filter:alpha(opacity=30); }