Skip to content

Commit

Permalink
Merge pull request #37832 from nextcloud/backport/37807/stable25
Browse files Browse the repository at this point in the history
[stable25] Fix background color of external devices with errors on dark color theme
  • Loading branch information
blizzz authored May 17, 2023
2 parents b6911ba + 1a9d8b5 commit 5ecca4a
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 5ecca4a

Please sign in to comment.