Browse Source

fix(files_external): Background color of external devices with errors should respect color theme

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/37807/head
Ferdinand Thiessen 3 years ago
parent
commit
c17bfb2923
  1. 3
      apps/files_external/css/external.css

3
apps/files_external/css/external.css

@ -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…
Cancel
Save