mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-19 14:09:07 +03:00
make FW URL editable
This commit is contained in:
@@ -213,8 +213,6 @@ input[type='text'], input[type='password'], textarea {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.custom-switch, .custom-radio {
|
||||
padding-left: 2.25rem;
|
||||
margin-left: 12px;
|
||||
@@ -263,14 +261,7 @@ input[type='text'], input[type='password'], textarea {
|
||||
transform: translateX(1.5rem); //translateX(0.75rem);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
textarea#autoexec1 {
|
||||
textarea#autoexec1, textarea#fwurl {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
@@ -299,23 +290,3 @@ input, textarea {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
/*
|
||||
.toggle-buttons input[type="radio"] {
|
||||
visibility: hidden;
|
||||
width: 3px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.toggle-buttons label {
|
||||
border: 1px solid #000;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.toggle-buttons input:checked + label {
|
||||
background: #5a9900;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user