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

[stable22] Fix dark theme in file exists dialog
pull/28126/head
Louis 5 years ago committed by GitHub
commit 622bb56f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/files/css/upload.scss

@ -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;

Loading…
Cancel
Save