bz-toggler

This commit is contained in:
STEINNI
2025-10-20 14:33:13 +00:00
parent d0ca65a435
commit 2ff7bf9b8a
11 changed files with 272 additions and 26 deletions
+8
View File
@@ -3,9 +3,17 @@
"error": "",
"payload": {
"/agents": {
"getTypes": {
"uri": "/api/agent-types/{family}",
"method": "GET"
},
"getSprites": {
"uri": "/api/agent-sprites/{group}",
"method": "GET"
},
"getProperties": {
"uri": "/api/agent/{id}",
"method": "GET"
}
}
}
+7 -1
View File
@@ -331,7 +331,10 @@ menu[eicmenu] [menuitem] a label {
menu[eicmenu] [menuitem] i[class^="icon-"] {
color:#fdfb93;;
}
article[eiccard] > header h1{ text-align: center; }
/* Customizations to buildoz*/
bz-select > button{
background: linear-gradient( to bottom, #251, #372 15%, #483 50%, #372 85%, #251 ) !important;
color:#EEE;
@@ -343,4 +346,7 @@ bz-select option{
}
bz-select option:hover{
background-color: #493;
}
}
bz-toggler div.toggle-switch span.toggle-bar { background-color: #473; }
bz-toggler div.toggle-switch span.toggle-thumb { background-color:#9D8; }