From 8a03b75b27268db8ec6838662ecff3663bb1ef30 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 11 Sep 2010 03:12:42 +0000 Subject: [PATCH] Stylesheet: Fixed text color on WebCal. Could not see non hyperlinked text. svn: r15872 --- src/data/Web_Basic-Blue.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/data/Web_Basic-Blue.css b/src/data/Web_Basic-Blue.css index 091d1154e..8a871a9a6 100644 --- a/src/data/Web_Basic-Blue.css +++ b/src/data/Web_Basic-Blue.css @@ -1402,13 +1402,13 @@ div#pedigree { color: #FFF; } #CreatorInfo a:hover { - color: #FFF; + text-decoration: underline; } .calendar thead tr th.weekend, .calendar thead tr th.weekday { font-style:italic; - color: #000; - background-color: #BCEAF6; + color: #FFF; + background-color: #00029D; border: solid 2px #000; } .calendar tfoot tr td { @@ -1475,11 +1475,12 @@ div#pedigree { margin:0 4%; padding:.2em 0 .3em 0; border-top: dashed 1px #000; + color: #000; + font: normal .8em serif; } .calendar tbody tr td ul li:first-child { border:none; } - /* Calendar : Birthday, Anniversary, Highlight */ .calendar tbody tr td ul li em { font-style:normal;