From d7e06af96f786b968e20fac415c1360bc131ff25 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 20 Nov 2018 22:32:34 +0100 Subject: [PATCH] Improve cosmetic --- html/style-classic7.css | 5 ++--- html/user_login.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/html/style-classic7.css b/html/style-classic7.css index 06ecef88c..1e605b39c 100644 --- a/html/style-classic7.css +++ b/html/style-classic7.css @@ -454,15 +454,14 @@ div.content a.mtitle { color:#0000FF; cursor: pointer; /*! background-color: white; */ - - + background-color: transparent; } div.content a.mtitle:hover { text-decoration:none; display:inline; background-color:transparent; - color:lightsalmon; + color:lightskyblue; cursor: pointer; } diff --git a/html/user_login.php b/html/user_login.php index 1f3aafb96..d1f037656 100644 --- a/html/user_login.php +++ b/html/user_login.php @@ -29,7 +29,7 @@ require_once NOALYSS_INCLUDE.'/lib/http_input.class.php'; require_once NOALYSS_INCLUDE.'/lib/function_javascript.php'; require_once NOALYSS_INCLUDE.'/lib/icon_action.class.php'; -html_page_start($_SESSION['g_theme']); +@html_page_start($_SESSION['g_theme']); $rep=new Database(); require_once NOALYSS_INCLUDE.'/class/user.class.php'; $User=new User($rep);