menus, better routes, dev tools, styling
This commit is contained in:
@@ -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{
|
||||
|
||||
}*/
|
||||
Reference in New Issue
Block a user