mirror of
https://github.com/nextcloud/server.git
synced 2026-03-03 22:11:01 -05:00
fix(files_external): Background color of external devices with errors should respect color theme
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
b62c49f1e0
commit
c17bfb2923
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
.files-filestable tbody tr.externalErroredRow {
|
||||
background-color: #F2DEDE;
|
||||
/* TODO: As soon as firefox supports it: color-mix(in srgb, var(--color-error) 15%, var(--color-main-background)) */
|
||||
background-color: rgba(255, 0, 0, 0.13);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue