noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 14/73: Cosmetic bg color tabs


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 14/73: Cosmetic bg color tabs
Date: Fri, 28 May 2021 05:26:21 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit c1d7005d69b487c9f3c519ec789ddb9f185ca56b
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Apr 10 09:09:25 2021 +0200

    Cosmetic bg color tabs
---
 html/css/style-classic7.css | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 91ed5ca..5cdfa84 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -1691,15 +1691,15 @@ li.tabs {
     color:inherit;margin-left: 0px;
     padding: 5px;
     border-top-left-radius: 10px;
-    border-top-right-radius: 10px;
+    border-bottom-right-radius: 10px;
     border:1px #879ed4 solid;
     float:left;
-    background: whitesmoke;
+    background:  #36649724;;
     
     margin: 2px 3px 3px 3px;
 
 }
-li.tabs:hover {
+.inner_box li.tabs:hover ,li.tabs:hover {
     display:inline;
     background-color: lightblue;
     color:wheat;margin-left: 2px;
@@ -1713,28 +1713,33 @@ li.tabs:hover {
 @media only screen and (min-width: 1280px) {
    li.tabs {
     display:inline;
-    background-color: inherit;
+    background:  #36649724;;
       
 
     padding: 15px 7px 10px 10px;
     border-top-left-radius: 10px;
-    border-top-right-radius: 10px;
+    border-bottom-right-radius: 10px;
     border:1px #879ed4 solid;
 
-}
-    li.tabs:hover {
+    }
+    .inner_box li.tabs:hover ,li.tabs:hover {
         display:inline;
         background-color: lightblue;
         color:wheat;margin-left: 2px;
-        padding: 15px 7px 0px 10px;
+        padding: 15px 7px 10px 10px;
         border-top-left-radius: 5px;
-        border-top-right-radius: 5px;
+        border-bottom-right-radius: 5px;
         border:1px #879ed4 solid;
        }
        li.tabs_selected {
             padding: 12px 15px 15px 15px;
        }
 }
+
+.inner_box li.tabs {
+    background-color: whitesmoke;
+}
+
 ul.tabs a {
     text-decoration: none;
     color:inherit;



reply via email to

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