From 0b3b731321dc5925d797493336e3fc18589c8c39 Mon Sep 17 00:00:00 2001 From: Marcel Herrguth Date: Thu, 25 Feb 2021 12:20:47 +0000 Subject: [PATCH] Fixes #3238 - Editing login message difficult with invisible text --- app/assets/stylesheets/zammad.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 69a065caf..1a08ac30b 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -7429,7 +7429,11 @@ footer { } &--success { - background: hsl(145,51%,45%); + &, + &[contenteditable]:hover, + &[contenteditable]:focus { + background: hsl(145,51%,45%); + } } &--warning {