зеркало из https://github.com/nextcloud/text.git
fix(tables): Fix background color of tables if browser requests dark theme but user uses bright one
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
This commit is contained in:
Родитель
c45bda8296
Коммит
3700a0fed8
|
@ -226,14 +226,12 @@ div.ProseMirror {
|
|||
}
|
||||
|
||||
// table variables
|
||||
@at-root :root {
|
||||
--table-color-border: var(--color-border);
|
||||
--table-color-heading: var(--color-text-maxcontrast);
|
||||
--table-color-heading-border: var(--color-border-dark);
|
||||
--table-color-background: var(--color-main-background);
|
||||
--table-color-background-hover: var(--color-primary-light);
|
||||
--table-border-radius: var(--border-radius);
|
||||
}
|
||||
--table-color-border: var(--color-border);
|
||||
--table-color-heading: var(--color-text-maxcontrast);
|
||||
--table-color-heading-border: var(--color-border-dark);
|
||||
--table-color-background: var(--color-main-background);
|
||||
--table-color-background-hover: var(--color-primary-light);
|
||||
--table-border-radius: var(--border-radius);
|
||||
|
||||
table {
|
||||
border-spacing: 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче