From 373f918543866a7cc4839227567b4897e97ab3c1 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 fba3002b0bb..d9ed0f7960c 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1425,7 +1425,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 c4e6c406ec9..79f60800564 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1434,7 +1434,7 @@ form#login { } .login_table_title { max-width: 530px; - color: #888888; + color: #888888 !important; text-shadow: 1px 1px 1px #FFF; } .login_table label {