]> git.aero2k.de Git - dfde-theme.git/commitdiff
UCP: Tabs und Submenuefarben
authoreggy <eggy@localhost>
Sun, 16 Aug 2020 15:24:21 +0000 (17:24 +0200)
committereggy <eggy@localhost>
Sun, 16 Aug 2020 15:24:21 +0000 (17:24 +0200)
theme/colours.css

index 0ff565519fc8540f20e8d5b117ddb9f525d25df1..2597d318f840ee89599c7c64c549a79a642064ef 100644 (file)
@@ -819,12 +819,14 @@ ul.cplist {
        box-shadow: 0 1px 1px #dedede inset;
        color: #333333;
     */
+       border-color: #eae9e9; 
+       background: "#ff00ff";
        box-shadow: 0 1px 1px #dedede inset;
-    border-top:    1px solid #f31141 ;
-    border-right:  1px solid #f31141 ;
+  border-top:    1px solid #f31141 ;
+  border-right:  1px solid #f31141 ;
        border-left:   1px solid #f31141 ;
-       color: #333333;
-
+       color: #5b5b5b;
+       background-color: #eae9e9;
 }
 
 .tabs .activetab > a:hover {
@@ -891,7 +893,7 @@ ul.cplist {
 @media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
 {
        #navigation a, .rtl #navigation a {
-               background: #B2C2CF;
+       /*      background: #B2C2CF; */
        }
 }