From ef1ae593836bba93d7883d1676f81e4b2e7d5fa7 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 13 May 2020 01:41:59 +0300 Subject: [PATCH] Fixed inputswitch on color --- public/themes/saga-blue/theme.css | 2 +- public/themes/saga-cyan/theme.css | 2 +- public/themes/saga-deeppurple/theme.css | 2 +- public/themes/saga-green/theme.css | 2 +- public/themes/saga-indigo/theme.css | 2 +- public/themes/saga-orange/theme.css | 2 +- public/themes/saga-purple/theme.css | 2 +- public/themes/saga-teal/theme.css | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index d19be743c..0b82b49f7 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -638,7 +638,7 @@ background: #2196F3; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - background: #cccccc; + background: #ffffff; } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { background: #1E88E5; diff --git a/public/themes/saga-cyan/theme.css b/public/themes/saga-cyan/theme.css index 4c1822f6e..0c6a1ebb5 100644 --- a/public/themes/saga-cyan/theme.css +++ b/public/themes/saga-cyan/theme.css @@ -638,7 +638,7 @@ background: #00ACC1; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - background: #cccccc; + background: #ffffff; } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { background: #0097A7; diff --git a/public/themes/saga-deeppurple/theme.css b/public/themes/saga-deeppurple/theme.css index fd55e13d8..2961a6411 100644 --- a/public/themes/saga-deeppurple/theme.css +++ b/public/themes/saga-deeppurple/theme.css @@ -638,7 +638,7 @@ background: #673AB7; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - background: #cccccc; + background: #ffffff; } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { background: #5E35B1; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index d79e1a553..5945c1820 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -638,7 +638,7 @@ background: #4CAF50; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - background: #cccccc; + background: #ffffff; } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { background: #43A047; diff --git a/public/themes/saga-indigo/theme.css b/public/themes/saga-indigo/theme.css index 4542c63b6..ee2e3983e 100644 --- a/public/themes/saga-indigo/theme.css +++ b/public/themes/saga-indigo/theme.css @@ -638,7 +638,7 @@ background: #3F51B5; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - background: #cccccc; + background: #ffffff; } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { background: #3949AB; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 45cd68704..18ef7e141 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -638,7 +638,7 @@ background: #FFC107; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - background: #cccccc; + background: #ffffff; } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { background: #FFB300; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 49c61dedf..f2785d59d 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -638,7 +638,7 @@ background: #9C27B0; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - background: #cccccc; + background: #ffffff; } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { background: #8E24AA; diff --git a/public/themes/saga-teal/theme.css b/public/themes/saga-teal/theme.css index 99edfebc7..a5f0911aa 100644 --- a/public/themes/saga-teal/theme.css +++ b/public/themes/saga-teal/theme.css @@ -638,7 +638,7 @@ background: #009688; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - background: #cccccc; + background: #ffffff; } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { background: #00897B;