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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2022-07-25 16:52:05 +0300
committerGitHub <noreply@github.com>2022-07-25 16:52:05 +0300
commitbafb65ca1c486dc254877a49341c93d3c1169fb4 (patch)
tree321da431e9210ac1de63a90f7a0d87217e7caaaf
parent2613fc1169c4662362d4c8d516f962d757dd45fc (diff)
Fix using usual text contrast for envelopesfix/envelope-contrast
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
-rw-r--r--src/components/ThreadEnvelope.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/ThreadEnvelope.vue b/src/components/ThreadEnvelope.vue
index 0e0253977..8e5776287 100644
--- a/src/components/ThreadEnvelope.vue
+++ b/src/components/ThreadEnvelope.vue
@@ -348,7 +348,7 @@ export default {
.timestamp {
margin-right: 10px;
- font-size: small;
+ color: var(--color-text-maxcontrast);
white-space: nowrap;
margin-bottom: 0;
}
@@ -372,6 +372,7 @@ export default {
}
.subject {
margin-left: 8px;
+ color: var(--color-text-maxcontrast);
cursor: default;
}