forked from gronod/squeezelite-esp32
autoexec is now part of audio tab
This commit is contained in:
@@ -233,6 +233,7 @@ input[type='text'], input[type='password'], textarea {
|
||||
width: 3.5rem;
|
||||
pointer-events: all;
|
||||
border-radius: 1rem;
|
||||
background-color: #f00;
|
||||
}
|
||||
|
||||
.custom-switch .custom-control-label::after {
|
||||
@@ -252,6 +253,10 @@ input[type='text'], input[type='password'], textarea {
|
||||
}
|
||||
}
|
||||
|
||||
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
|
||||
background-color: #0f0;
|
||||
}
|
||||
|
||||
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
|
||||
background-color: #fff;
|
||||
-webkit-transform: translateX(1.5rem); //translateX(0.75rem);
|
||||
|
||||
Reference in New Issue
Block a user