From: Alexander Ebert Date: Fri, 26 May 2023 10:05:14 +0000 (+0200) Subject: Improve the visibility of the “required” mark X-Git-Tag: 6.0.0_Alpha_1~72 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=01367ff21a4f7ea1cefd9dc64291f9f41261036a;p=GitHub%2FWoltLab%2FWCF.git Improve the visibility of the “required” mark Fixes #5524 --- diff --git a/wcfsetup/install/files/style/layout/form.scss b/wcfsetup/install/files/style/layout/form.scss index fcd53ba675..478a1c13ff 100644 --- a/wcfsetup/install/files/style/layout/form.scss +++ b/wcfsetup/install/files/style/layout/form.scss @@ -235,6 +235,10 @@ input { color: rgba(204, 0, 1, 1) !important; } +html[data-color-scheme="dark"] :is(.formFieldRequired, .customOptionRequired) { + color: #ff4444 !important; +} + /* password strength estimator */ .inputAddonPasswordStrength { align-items: flex-start;