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/grey/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/grey') diff --git a/templates/grey/default.css b/templates/grey/default.css index 79f298b..8042ff1 100644 --- a/templates/grey/default.css +++ b/templates/grey/default.css @@ -31,9 +31,9 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} .eventbg_5 { background-color: #705f60; padding: 2px;} .eventbg_6 { background-color: #608060; padding: 2px;} .eventbg_7 { background-color: #a0a090; 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: #505050; border: 1px solid #303030; } .eventbg2_2 { background-color: #909080; border: 1px solid #707060; } -- cgit v1.2.3