Change color scheme of toggle switch

This commit is contained in:
Markus Ankenbrand 2017-02-25 13:45:34 +01:00
parent f74b426362
commit 6349f79333

View file

@ -50,13 +50,13 @@
.TinyTools.ToggleSwitch .NubWrapper .OnSide { .TinyTools.ToggleSwitch .NubWrapper .OnSide {
right: -50%; right: -50%;
background: #590032; background: #3BC492;
background: -moz-linear-gradient(top, #590032 0%, #980061 100%); /* FF3.6+ */ background: -moz-linear-gradient(top, #3BC492 0%, #22AB79 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#590032), color-stop(100%,#980061)); /* Chrome,Safari4+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3BC492), color-stop(100%,#22AB79)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #590032 0%,#980061 100%); /* Chrome10+,Safari5.1+ */ background: -webkit-linear-gradient(top, #3BC492 0%,#22AB79 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #590032 0%,#980061 100%); /* Opera 11.10+ */ background: -o-linear-gradient(top, #3BC492 0%,#22AB79 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #590032 0%,#980061 100%); /* IE10+ */ background: -ms-linear-gradient(top, #3BC492 0%,#22AB79 100%); /* IE10+ */
background: linear-gradient(to bottom, #590032 0%,#980061 100%); /* W3C */ background: linear-gradient(to bottom, #3BC492 0%,#22AB79 100%); /* W3C */
} }
.TinyTools.ToggleSwitch .NubWrapper .OffSide { .TinyTools.ToggleSwitch .NubWrapper .OffSide {