WIP style adjustments to match eh22 styleguide

This commit is contained in:
kritzl 2025-02-15 03:32:26 +01:00
commit 9402a254c6
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
56 changed files with 966 additions and 232 deletions

View file

@ -9,9 +9,10 @@
min-width: 100%;
overflow-x: auto;
box-sizing: border-box;
background-color: @background_darker;
background-color: var(--color-background);
margin-left: 0;
margin-right: 0;
color: var(--color-foreground)
}
.selectiondefault {
@ -20,11 +21,24 @@
}
tr {
a {
color: var(--color-shade-4);
}
.input {
background-color: transparent;
color: inherit;
}
input, select, textarea {
background-color: var(--color-background);
color: var(--color-foreground);
}
select.edit {
padding: 0 0.3em;
}
&:hover {
td {
color: inherit;
@ -36,13 +50,17 @@
.input {
background-color: transparent;
}
input, select, textarea {
background-color: var(--color-shade-1);
}
}
td.label {
padding: .8em 0 1.2em 1em;
span.outkey {
background-color: @ini_background;
background-color: var(--color-background);
color: inherit;
font-size: (@font-size-small - .06);
font-weight: bold;