nextcloud/apps/files_external/css/external.css
Ferdinand Thiessen 9f8d509edd fix(files_external): Background color of external devices with errors should respect color theme
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-04-20 07:09:53 +00:00

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