From 32a3126a066f92d2cb4c4890a4c1fb5707b99788 Mon Sep 17 00:00:00 2001 From: Jerry Ruhe Date: Wed, 20 Dec 2006 07:45:14 +0000 Subject: [PATCH] row_on color was way too dark --- phpgwapi/templates/jerryr/css/jerryr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/templates/jerryr/css/jerryr.css b/phpgwapi/templates/jerryr/css/jerryr.css index ef78ac27e4..2c6d25ab0e 100644 --- a/phpgwapi/templates/jerryr/css/jerryr.css +++ b/phpgwapi/templates/jerryr/css/jerryr.css @@ -504,7 +504,7 @@ body { } .row_on { color: black; - background-color: #eae1cd; + background-color: #ededed; } .row_off { color: black;