autoexec is now part of audio tab

This commit is contained in:
Christian Herzog
2019-09-26 18:46:13 +02:00
parent 46024a358e
commit d5d4d62092
3 changed files with 22 additions and 14 deletions

View File

@@ -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);