mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
Merge pull request #37807 from nextcloud/fix/37373
This commit is contained in:
commit
c85c04e4a8
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