buildoz is born, bz-select is coming

This commit is contained in:
STEINNI
2025-10-17 22:32:59 +00:00
parent 91554e5925
commit dfb5d75197
6 changed files with 192 additions and 35 deletions
+13 -23
View File
@@ -271,25 +271,6 @@ article[eiccard][media] > header {
padding: var(--eicui-base-spacing-l) var(--eicui-base-spacing-m) var(--eicui-base-spacing-s) var(--eicui-base-spacing-m);
}
[eicapp] select {
width: 100%;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
color: #DDD;
border: 1px solid #444;
border-radius: 2rem;
padding: .3rem 2rem .3rem 1rem;
font-size: 15px;
cursor: pointer;
margin: 0.5rem 0 0.5rem 0;
background:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline points='4 8 12 16 20 8' stroke='green' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
no-repeat right 12px center / 12px 12px,
linear-gradient(0deg, #353, #222) no-repeat padding-box;
}
.eic-session {
padding: 0;
display: grid;
@@ -350,7 +331,16 @@ menu[eicmenu] [menuitem] a label {
menu[eicmenu] [menuitem] i[class^="icon-"] {
color:#fdfb93;;
}
/*
[eicdropdown] > menu{
}*/
bz-select > button{
background: linear-gradient( to bottom, #251, #372 15%, #483 50%, #372 85%, #251 ) !important;
color:#EEE;
}
bz-select > button::after{ color:#EEE; }
bz-select option{
background-color: #676;
color: #EEE;
}
bz-select option:hover{
background-color: #493;
}