From 2db372d99da31991bfbe2655e8372804c2826451 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 31 Jan 2017 16:14:56 +0100 Subject: [PATCH] Fix css --- htdocs/theme/eldy/style.css.php | 2 +- htdocs/theme/md/style.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 6731b541423..fdd2a36db35 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1423,7 +1423,7 @@ form#login { } .login_table_title { max-width: 530px; - color: #888888; + color: #888888 !important; text-shadow: 1px 1px 1px #FFF; } .login_table label { diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 5fe8597b04c..0d9eeb013de 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1432,7 +1432,7 @@ form#login { } .login_table_title { max-width: 530px; - color: #888888; + color: #888888 !important; text-shadow: 1px 1px 1px #FFF; } .login_table label {