From b27abf42e748a9d31a7abfa06981a5ca82515923 Mon Sep 17 00:00:00 2001 From: MatthieuLP Date: Tue, 7 Feb 2023 11:05:52 +0100 Subject: [PATCH] related to #1862 Placeholder color is brighter --- admin/themes/roma/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index bc3f21d54..b12546ca9 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -531,10 +531,11 @@ label>p.group_select { color: #999; background-color: #252525 !important; border: none !important; + outline: none; } #addGroupNameInput::placeholder { - color: #777; + color: #bbb; } .groups .AddUser .icon-user-add::before{