Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit de096d6

Browse files
committed
Use a darker text colour in admin panel
1 parent 6ccbd9c commit de096d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

res/themes/light-high-contrast/css/_light-high-contrast.scss

+9
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $accent-color-50pct: rgba($accent-color, 0.5);
2121
$accent-color-alt: $links;
2222
$input-border-color: $secondary-content;
2323
$input-darker-bg-color: $quinary-content;
24+
$input-darker-fg-color: $secondary-content;
2425
$input-lighter-fg-color: $input-darker-fg-color;
2526
$input-valid-border-color: $accent-color;
2627
$input-focused-border-color: $accent-color;
@@ -88,3 +89,11 @@ $roomtopic-color: $secondary-content;
8889
color: $secondary-content;
8990
opacity: 1 !important;
9091
}
92+
93+
.mx_Dialog, .mx_MatrixChat_wrapper {
94+
:not(.mx_textinput):not(.mx_Field):not(.mx_no_textinput) > input[type=text]::placeholder,
95+
:not(.mx_textinput):not(.mx_Field):not(.mx_no_textinput) > input[type=search]::placeholder,
96+
.mx_textinput input::placeholder {
97+
color: $input-darker-fg-color !important;
98+
}
99+
}

0 commit comments

Comments
 (0)