From 6349f793335a51b880af10d1891118cc3b5f6b37 Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Sat, 25 Feb 2017 13:45:34 +0100 Subject: [PATCH] Change color scheme of toggle switch --- css/tinytools.toggleswitch.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/css/tinytools.toggleswitch.css b/css/tinytools.toggleswitch.css index 3e9ef30..8f110c9 100644 --- a/css/tinytools.toggleswitch.css +++ b/css/tinytools.toggleswitch.css @@ -50,13 +50,13 @@ .TinyTools.ToggleSwitch .NubWrapper .OnSide { right: -50%; - background: #590032; - background: -moz-linear-gradient(top, #590032 0%, #980061 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#590032), color-stop(100%,#980061)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #590032 0%,#980061 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #590032 0%,#980061 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #590032 0%,#980061 100%); /* IE10+ */ - background: linear-gradient(to bottom, #590032 0%,#980061 100%); /* W3C */ + background: #3BC492; + background: -moz-linear-gradient(top, #3BC492 0%, #22AB79 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3BC492), color-stop(100%,#22AB79)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #3BC492 0%,#22AB79 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #3BC492 0%,#22AB79 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #3BC492 0%,#22AB79 100%); /* IE10+ */ + background: linear-gradient(to bottom, #3BC492 0%,#22AB79 100%); /* W3C */ } .TinyTools.ToggleSwitch .NubWrapper .OffSide {