Change color scheme of toggle switch
This commit is contained in:
parent
f74b426362
commit
6349f79333
1 changed files with 7 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue