From 5b7b80e3b163d00b3afb90dacd23c153d23cd1ea Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Fri, 10 Jul 2009 17:50:21 +0000 Subject: Fix multiple HTML elements with the same id. Allow all-day divs to stretch vertically in day and week views with default template. --- templates/green/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/green') diff --git a/templates/green/default.css b/templates/green/default.css index 6bf7724..2ce4bc0 100644 --- a/templates/green/default.css +++ b/templates/green/default.css @@ -32,8 +32,8 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} .eventbg_6 { background-color: #ac9200; padding: 2px;} .eventbg_7 { background-color: #00a28f; padding: 2px;} -#allday a { font-size: 9px; color: #fff; font-weight: 900; text-decoration:none;} -#allday a:hover { text-decoration:underline;} +.allday a { font-size: 9px; color: #fff !important; font-weight: 900; text-decoration:none;} +.allday a:hover { text-decoration:underline;} .eventbg2_1 { background-color: #00992c; border: 1px solid #00790c; } .eventbg2_2 { background-color: #00e400; border: 1px solid #00c400; } -- cgit v1.2.3