fixed dbl-fillOptions in bz-select

This commit is contained in:
STEINNI
2025-10-20 16:34:01 +00:00
parent 93e12ff538
commit 7c92bbcdfe
4 changed files with 33 additions and 14 deletions
+11 -1
View File
@@ -333,6 +333,15 @@ menu[eicmenu] [menuitem] i[class^="icon-"] {
}
article[eiccard] > header h1{ text-align: center; }
input{
width: 100%;
border-radius: 1em;
padding-left: 1em;
box-sizing: border-box;
height: 2em;
background-color: #6B5;
border: none;
}
/* Customizations to buildoz*/
bz-select > button{
@@ -349,4 +358,5 @@ bz-select option:hover{
}
bz-toggler div.toggle-switch span.toggle-bar { background-color: #473; }
bz-toggler div.toggle-switch span.toggle-thumb { background-color:#9D8; }
bz-toggler div.toggle-switch span.toggle-thumb { background-color:#9D8; }