noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 272/323: CSS : change selected cell


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 272/323: CSS : change selected cell
Date: Wed, 14 Mar 2018 17:39:03 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ea847b9597690de913d9b7ec42b00e8a274082a1
Author: Dany De Bontridder <address@hidden>
Date:   Sun Feb 25 20:06:14 2018 +0100

    CSS : change selected cell
---
 html/style-classic7.css | 26 +++++++++++---------------
 1 file changed, 11 insertions(+), 15 deletions(-)

diff --git a/html/style-classic7.css b/html/style-classic7.css
index ca6f39d..feedb07 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -305,17 +305,14 @@ td.cell{
 }
 td.selectedcell{
     
-  border-radius:19px;
-   -moz-border-radius: 19px;
-   -webkit-border-radius: 19px;
     font-weight: bold;
-    color:#FFFFFF;
+    /*color:#FFFFFF;*/
     width:250px;
     text-align:center;
-    background: #b8c6df; /* Old browsers */
-    border-top-right-radius: 0px;
-    border-bottom-left-radius: 0px;
-    border-bottom-right-radius: 0px;
+    background-color: lightsteelblue;
+    border-style: solid;
+    border-width: 1px;
+    border-color:white;
 }
 .menu2 td.mtitle ,.menu2 td.selectedcell{
     border-radius: 0px;
@@ -339,20 +336,20 @@ a.mtitle:hover {
     text-decoration:none;
     display:inline;
     pointer:cursor; 
-    color: #00008B;
-    background-color:#EFEBEB;
+    /*color: #00008B;*/
+    /*background-color:#EFEBEB;*/
 
-    color: blue;
+    color: darkblue;
     /*! padding: 100px; */
 }
 td.selectedcell a.mtitle,div.content td.selectedcell a.mtitle {
     text-decoration:none;
     display:block;
-    color:#FFFFFF;
+    color:darkblue;
     /*! height: 100%; */
     /*! width: 100%; */
     font-size: 1rem;
-    background-color:lightsteelblue;
+/*    background-color:lightsteelblue;*/
     font-weight: normal;
 }
 a.dossier {
@@ -1242,10 +1239,9 @@ div.menu2 a.mtitle{
     font-size:13.6px;
     font-size:1rem;
     font-weight: normal;
-    color: darkblue;
+    /*color: darkblue;*/
     padding:5px;
     margin:0px;
-    color: whitesmoke;
     border-radius: 5px;
     }
 div.menu2 a.mtitle:hover,div.menu a.mtitle:hover,td.mtitle a.mtitle:hover {



reply via email to

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