Fixed inputswitch on color
parent
15acf61afe
commit
ef1ae59383
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue