From 2e6e2bda380b3a8daf9de6dea0ee50a62ec1d261 Mon Sep 17 00:00:00 2001 From: Cyril59310 <70776486+cyril59310@users.noreply.github.com> Date: Sat, 13 Jan 2024 21:56:55 +0100 Subject: [PATCH] fix placeholder (#342) --- frontend/src/styles/main.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/styles/main.scss b/frontend/src/styles/main.scss index 9065f28..9a1e8c4 100644 --- a/frontend/src/styles/main.scss +++ b/frontend/src/styles/main.scss @@ -36,7 +36,7 @@ textarea.form-control { } ::placeholder { - color: $dark-font-color3 !important; + color: $dark-font-color3; } .incident a, @@ -422,9 +422,8 @@ optgroup { // Floating Label .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-select ~ label::after { background-color: transparent; - - } + .form-floating > label { .dark & { color: $dark-font-color3 !important;