Merge pull request #28111 from nextcloud/backport/28101/stable20

[stable20] Fix dark theme in file exists dialog
This commit is contained in:
szaimen 2021-07-22 13:54:20 +02:00 committed by GitHub
commit f0a7b96e90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@
}
.oc-dialog .fileexists th label {
font-weight: normal;
color:black;
color: var(--color-main-text);
}
.oc-dialog .fileexists th .count {
margin-left: 3px;