From f06412ebc1264f1572cefbd2d516ca33a4fe48fe Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 17 Apr 2018 09:35:25 +0200 Subject: [PATCH] Update style.css.php --- htdocs/theme/eldy/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index ae1ffa0ae99..59dc0414749 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1817,7 +1817,7 @@ form#login { max-width: 560px; global->MAIN_LOGIN_BACKGROUND)) { - print ' background-color: rgba(255, 255, 255, 0.8);'; + print ' background-color: rgba(255, 255, 255, 0.9);'; } else { print ' background-color: #FFFFFF;'; }