From c432e16719fdbd084977ea81a4d66f236c22439b Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 30 Oct 2017 17:57:25 +0100 Subject: [PATCH] Better readability for text on log in page which is directly on backgrounds Signed-off-by: Jan-Christoph Borchardt --- core/css/guest.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/css/guest.css b/core/css/guest.css index dacf79b37b..ee6d44d98e 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -389,6 +389,7 @@ form .warning input[type='checkbox']+label { margin: 10px 0; text-align: center; width: 100%; + text-shadow: 0 0 2px rgba(0, 0, 0, .4); // better readability on bright background } #forgot-password { padding: 11px; @@ -559,6 +560,7 @@ fieldset.update legend + p { p.info { margin: 0 auto; padding-top: 20px; + text-shadow: 0 0 2px rgba(0, 0, 0, .4); // better readability on bright background -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;