Merge pull request #37807 from nextcloud/fix/37373

This commit is contained in:
John Molakvoæ 2023-04-20 08:37:49 +02:00 committed by GitHub
commit c85c04e4a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}