Fixed #13: list adder dialog was not styled
This commit is contained in:
parent
26372e265c
commit
bad850c915
1 changed files with 13 additions and 1 deletions
|
|
@ -1811,6 +1811,19 @@ body.layout-single-column {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* List adder dialog */
|
||||||
|
.layout-single-column .list-adder,
|
||||||
|
.layout-single-column .list-adder__account,
|
||||||
|
.layout-single-column .list-adder__lists {
|
||||||
|
background-color: var(--color-content-bg);
|
||||||
|
color: var(--color-content-fg);
|
||||||
|
}
|
||||||
|
.layout-single-column .list-adder .column-inline-form {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
.list-adder .list {
|
||||||
|
border-bottom: 2px solid var(--color-content-secondary-separator);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ⏺️ Other UI components : buttons, toggles, ...
|
/* ⏺️ Other UI components : buttons, toggles, ...
|
||||||
|
|
@ -2022,7 +2035,6 @@ body.layout-single-column {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* 📄 Meta
|
/* 📄 Meta
|
||||||
------- */
|
------- */
|
||||||
.layout-single-column .link-footer p,
|
.layout-single-column .link-footer p,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue