CSS-Klasse "listheading" nur für Tabellenüberschriften verwenden
[kivitendo-erp.git] / css / kivitendo / main.css
index 7b7f4fa..9714d4a 100644 (file)
@@ -166,7 +166,7 @@ body.menu {
        border-width: thin;
 }
 /*    Headings */
-.listtop, h1, .tabcontent .listheading {
+.listtop, h1 {
     font-size:125%;
        background-color: #006400;
        text-align: left;
@@ -192,21 +192,13 @@ body.menu {
 } */
 .listheading {
        padding: 0.2em;
-       background-color: #006400;
-       color: white;
+       background-color: #EBEBEB;
+       color: #006400;
        font-weight: bolder;
        text-align: left;
        border-style: none;
 }
 
-.listheading A:link, .listheading A:visited, .listheading A:active {
-       color: white;
-}
-
-.listheading th {
-  color: white;
-}
-
 /* .listheadingcontent {
        background-color: #EBEBEB;
        color: #006400;