From ec4779b81c8ed10a64ae0aab3f35c630c1066bdf Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 10 Oct 2012 12:06:40 +0200 Subject: [PATCH] =?utf8?q?Spalten=C3=BCberschriften=20mit=20gr=C3=BCnem=20?= =?utf8?q?Background?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Leider enthalten momentan gewisse Tabs noch
..., und die sind auf Überschriften gestylt. Deshalb gab's Inkonsistenzen in den Tabellenlistheadings: mal grauer Hintergrund, mal grün, wodurch weiße/schwarze Schrift oft schwer lesbar war. --- css/kivitendo/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index f5034e145..3d5530a71 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -192,8 +192,8 @@ body.menu { } */ .listheading { padding: 0.2em; - background-color: #EBEBEB; - color: #006400; + background-color: #006400; + color: white; font-weight: bolder; text-align: left; border-style: none; -- 2.20.1