Merge pull request #28109 from nextcloud/backport/28101/stable22

[stable22] Fix dark theme in file exists dialog
This commit is contained in:
Louis 2021-07-22 13:36:06 +02:00 committed by GitHub
commit 622bb56f44
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;