From 80ca236002085a520b4ca63c52c20055ec621f3d Mon Sep 17 00:00:00 2001 From: lsces Date: Fri, 4 Oct 2013 16:56:23 +0100 Subject: calendar style needs addressing in main theme settings --- styles/plain.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/plain.css b/styles/plain.css index 7e9ade8..cc04949 100644 --- a/styles/plain.css +++ b/styles/plain.css @@ -6,8 +6,9 @@ .caltable .current {border:2px solid #900; background:#fed;} .caltable .highlight {border:2px solid #aad;} .caloptions div {border-width:0 0 3px 0; border-style:solid; padding:2px 0 0 0;} -.calitems div a {border-width:0 0 3px 0; border-style:solid; display:block; padding:3px 2px 1px 2px;} -.calitems .calnumber a {border-width:0; padding:0;} +.calitems div a {border-width:0 0 3px 0; border-style:solid; display:block; padding:3px 2px 1px 2px; background-color:#fdf;} +.calitems .calnumber a {border-width:0; padding:0; background-color:lightgray;} +.calendar {border:2px solid #999; background-color:#eee; padding:5px;} /* now for the individual content type settings */ .caloptions .calbitarticle ,.calitems .calbitarticle a {border-bottom-color:#f80;} -- cgit v1.3