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:42:18 +0300
commit583cb8acf64785e40118585ecb23dd625e88688d (patch)
tree0c406b1a513e33502bb39112fe5679902b287a11 /apps
parente4be5247bc09cc702432e44dd5701469755bb1ca (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;