Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-07-22 00:57:00 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-07-22 13:44:25 +0300
commite93ef0c4314a5cf16d017bf0b6b8efb75a861c85 (patch)
treed5b153d883e2f6e023947cd35578401d28aaf93a /apps
parentc7334cfcca5e693a504582c80679c9d94dc374ae (diff)
Fix dark theme in file exists dialog
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/upload.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/upload.scss b/apps/files/css/upload.scss
index 17ccf04d783..e7c1e9442e2 100644
--- a/apps/files/css/upload.scss
+++ b/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;