noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 151/323: CSS : improve classic7


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 151/323: CSS : improve classic7
Date: Wed, 14 Mar 2018 17:38:41 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 471c538a1a7e798d632a6b6b01a54a91c67ddd91
Author: Dany De Bontridder <address@hidden>
Date:   Thu Feb 8 20:41:27 2018 +0100

    CSS : improve classic7
---
 html/style-classic7.css | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/html/style-classic7.css b/html/style-classic7.css
index fab8de8..ee2cb97 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -305,21 +305,16 @@ td.cell{
 }
 td.selectedcell{
     
-/*    border-color:#0000FF;*/
-  border-radius:5px;
-   -moz-border-radius: 5px;
-   -webkit-border-radius: 5px;
+  border-radius:15px;
+   -moz-border-radius: 15px;
+   -webkit-border-radius: 15px;
     font-weight: bold;
-/*    background:#5D90CD ;*/
     color:#FFFFFF;
     width:250px;
     text-align:center;
-  /*! height:30px; */
-
     background: #b8c6df; /* Old browsers */
- 
-border-top-right-radius: 0px;
-border-bottom-left-radius: 0px;
+    border-top-right-radius: 0px;
+    border-bottom-left-radius: 0px;
 }
 .menu2 td.mtitle ,.menu2 td.selectedcell{
     border-radius: 0px;



reply via email to

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