Browse Source

Fixes #3238 - Editing login message difficult with invisible text

Marcel Herrguth 4 years ago
parent
commit
0b3b731321
1 changed files with 5 additions and 1 deletions
  1. 5 1
      app/assets/stylesheets/zammad.scss

+ 5 - 1
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 {