menus, better routes, dev tools, styling

This commit is contained in:
STEINNI
2025-10-04 20:27:47 +00:00
parent b5b76d51cc
commit 213dcb6c4c
20 changed files with 1902 additions and 159 deletions
+19 -2
View File
@@ -238,7 +238,10 @@ body[eicapp] {
}
[eicapp] .app-content-thesaurus [eicchip] label { cursor: pointer; }
[eicapp] article[eiccard] {
background-color: #1d261d;
color:#EEE;
}
[eicapp] [eicdialog][device="tablet"] > [eiccard] {
max-height: 95vh;
max-width: 95vw;
@@ -309,4 +312,18 @@ div.window > section:first-of-type > article[eiccard]:first-of-type{
}
div.window header .controls menu[data-output="settingsMenu"]{
background: var(--app-color-secondary)
}
}
menu[eicmenu] [menuitem] .nolink label {
color: #CFC;
}
menu[eicmenu] [menuitem] a label {
color: #4E4;
}
menu[eicmenu] [menuitem] i[class^="icon-"] {
color:white;
}
/*
[eicdropdown] > menu{
}*/