external.css 210 B

1234
  1. .files-filestable tbody tr.externalErroredRow {
  2. /* TODO: As soon as firefox supports it: color-mix(in srgb, var(--color-error) 15%, var(--color-main-background)) */
  3. background-color: rgba(255, 0, 0, 0.13);
  4. }