noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 214/219: Esthetic CSS : add cursor pointer


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 214/219: Esthetic CSS : add cursor pointer
Date: Mon, 18 Dec 2017 13:23:05 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4fd8bcb2d3de7f03f1b16d35f58b8d7f6e3d9c2e
Author: Dany De Bontridder <address@hidden>
Date:   Sat Dec 16 12:25:20 2017 +0100

    Esthetic CSS : add cursor pointer
---
 html/style-r692.css | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/html/style-r692.css b/html/style-r692.css
index 0e7af12..96f5e81 100644
--- a/html/style-r692.css
+++ b/html/style-r692.css
@@ -329,13 +329,13 @@ a.mtitle {
     text-decoration:none;
     display:inline;
     color: #0000FF;
-
+    pointer:cursor;
     background-color: transparent;
 }
 a.mtitle:hover {
     text-decoration:none;
     display:inline;
-
+    pointer:cursor; 
     color: #00008B;
     background-color:#EFEBEB;
 
@@ -444,6 +444,7 @@ div.content a.mtitle {
     text-decoration:none;
     display:inline;
     color:#0000FF;
+       cursor: pointer;
     /*! background-color: white; */
 
 
@@ -454,7 +455,7 @@ div.content a.mtitle:hover {
     display:inline;
     background-color:#00008B;
     color:#FFFFFF;
-
+    cursor: pointer;
 
 }
 
@@ -1068,6 +1069,7 @@ a.line,div.content a.line
     text-decoration:underline;
     display:inline;
     /* color: #0000FF; */
+    cursor:pointer;
 }
 a.line:hover,div_content a.line
 {
@@ -1075,6 +1077,7 @@ a.line:hover,div_content a.line
     display:inline;
     color: #FFFFFF;
     background-color:#336699;
+    cursor:pointer;
 }
 #close_div
 {



reply via email to

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