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 {