mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
4 lines
210 B
CSS
4 lines
210 B
CSS
.files-filestable tbody tr.externalErroredRow {
|
|
/* 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);
|
|
}
|