Skip to content

Commit

Permalink
fix(files_external): Background color of external devices with errors…
Browse files Browse the repository at this point in the history
… should respect color theme

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 19, 2023
1 parent b62c49f commit c17bfb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/files_external/css/external.css
Original file line number Diff line number Diff line change
@@ -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);
}

0 comments on commit c17bfb2

Please sign in to comment.