Merge pull request #28101 from nextcloud/fix/22748/fix-file-exists-dialog-dark-theme

Fix dark theme in file exists dialog
This commit is contained in:
szaimen 2021-07-22 12:37:17 +02:00 committed by GitHub
commit dd4668f935
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;