Improve cosmetic
This commit is contained in:
parent
013727b842
commit
d7e06af96f
2 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue