From 6ae0943e181c74527f7865aa545a409fa6e8af20 Mon Sep 17 00:00:00 2001 From: Ahonen Mika J Date: Thu, 11 Mar 2021 16:35:35 +0200 Subject: [PATCH] Style for [feedback-fields input placeholder] added -> font-weight: lighter; and font-style: italic; --- resource/css/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resource/css/styles.css b/resource/css/styles.css index 5a8a2306e..42e5828f4 100644 --- a/resource/css/styles.css +++ b/resource/css/styles.css @@ -781,6 +781,12 @@ span.xl-pref-label > img { font-weight: normal; } +#feedback-fields input::placeholder{ + font-weight: lighter; + font-style: italic; +} + + #message { height: 150px; }