]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Kivitendo-CSS: Links in Tabellenüberschriften weiß auf grün anstatt schwarz auf grün
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 10 Oct 2012 08:29:50 +0000 (10:29 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 10 Oct 2012 08:29:50 +0000 (10:29 +0200)
css/kivitendo/main.css

index 4cd3644e9668e41f0511a48a8df765b0e35e5edd..f5034e14516e79c124afb8a017bebe3094d5715c 100644 (file)
@@ -199,6 +199,10 @@ body.menu {
        border-style: none;
 }
 
        border-style: none;
 }
 
+.listheading A:link, .listheading A:visited, .listheading A:active {
+       color: white;
+}
+
 /* .listheadingcontent {
        background-color: #EBEBEB;
        color: #006400;
 /* .listheadingcontent {
        background-color: #EBEBEB;
        color: #006400;