Improve cosmetic

This commit is contained in:
Dany De Bontridder 2018-11-20 22:32:34 +01:00
parent 013727b842
commit d7e06af96f
2 changed files with 3 additions and 4 deletions

View file

@ -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;
}

View file

@ -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);