WIP style adjustments to match eh22 styleguide
This commit is contained in:
parent
d55ab6d7eb
commit
9402a254c6
56 changed files with 966 additions and 232 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue