We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62c49f commit c17bfb2Copy full SHA for c17bfb2
apps/files_external/css/external.css
@@ -1,3 +1,4 @@
1
.files-filestable tbody tr.externalErroredRow {
2
- background-color: #F2DEDE;
+ /* 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
}
0 commit comments