noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 11/44: Improve cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 11/44: Improve cosmetic
Date: Wed, 26 Dec 2018 04:29:51 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit d7e06af96f786b968e20fac415c1360bc131ff25
Author: Dany De Bontridder <address@hidden>
Date:   Tue Nov 20 22:32:34 2018 +0100

    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 06ecef8..1e605b3 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 1f3aafb..d1f0376 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']);
address@hidden($_SESSION['g_theme']);
 $rep=new Database();
 require_once NOALYSS_INCLUDE.'/class/user.class.php';
 $User=new User($rep);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]