From 49c89724a5801d023ec3ab457c21efcd42cc6a9d Mon Sep 17 00:00:00 2001 From: oleonard Date: Thu, 20 Jan 2005 18:03:33 +0000 Subject: [PATCH] Adding declaration for tr.hilighted to match td.hilighted (for alternating row colors) --- koha-tmpl/intranet-tmpl/default/en/includes/common-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css b/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css index ccc9379df7..72ce5819d5 100644 --- a/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css +++ b/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css @@ -104,7 +104,7 @@ td { border-left:0px; } /* hilighted cell */ -td.hilighted { +td.hilighted, tr.hilighted { border-left:0px; background-color:#ffffcc; } -- 2.39.5