From ef8a788e58a0dbeb7f507764c0690a9d5c11c018 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 4 Oct 2009 18:12:16 +0000 Subject: [PATCH] fixed color of account table header --- lam/style/600_type_dhcp.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/style/600_type_dhcp.css b/lam/style/600_type_dhcp.css index b60ffdde..ab58e6df 100644 --- a/lam/style/600_type_dhcp.css +++ b/lam/style/600_type_dhcp.css @@ -75,12 +75,12 @@ tr.dhcplist { /* color of head row */ tr.dhcplist-head { - background-color:#bce077; + background-color:#9fc653; } /* color of sorted column in head row */ th.dhcplist-sort { - background-color:#9fc653; + background-color:#bce077; } /* color of rows on mouseOver */