]> git.aero2k.de Git - dfde-theme.git/commitdiff
Tabs schoener
authoreggy <eggy@localhost>
Sun, 23 Jul 2017 06:51:15 +0000 (08:51 +0200)
committereggy <eggy@localhost>
Sun, 23 Jul 2017 06:51:15 +0000 (08:51 +0200)
theme/colours.css

index a8513f1d3a76e31d31543976f3568a69e69a299c..3bfb872457e00edfdbf21f5143299d7d4f144663 100644 (file)
@@ -806,13 +806,21 @@ ul.cplist {
 .tabs .activetab > a,
 .tabs .activetab > a:hover {
        /* debianforum: User Control Panel */
-       background-color: #848281 ; /* Old browsers */ /* FF3.6+ */
+       /*
+               background-color: #848281 ; / Old browsers / / FF3.6+ /
        background-image: -webkit-linear-gradient(top, #cecece 0%, #d70751 100%);
-       background-image: linear-gradient(to bottom, #cecece 0%, #d70751 100%); /* W3C */
-       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#d70751 ',GradientType=0 ); /* IE6-9 */
+       background-image: linear-gradient(to bottom, #cecece 0%, #d70751 100%);  W3C 
+       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#d70751 ',GradientType=0 );  IE6-9 
        border-color: #cecece ;
        box-shadow: 0 1px 1px #dedede inset;
        color: #333333;
+    */
+       box-shadow: 0 1px 1px #dedede inset;
+    border-top:    1px solid #f31141 ;
+    border-right:  1px solid #f31141 ;
+       border-left:   1px solid #f31141 ;
+       color: #333333;
+
 }
 
 .tabs .activetab > a:hover {