Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -r1.54 -r1.55 --- openacs-4/packages/xowiki/www/resources/xowiki.css 4 Jul 2010 16:47:35 -0000 1.54 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 23 Oct 2010 14:57:46 -0000 1.55 @@ -1,5 +1,5 @@ /* for mini-calendar in weblog */ -#at-a-glance td.inactive {color: #999999;} +#at-a-glance td.inactive {color: #999999; background:#FFF;} /*#at-a-glance :active {background: #999999;}*/ /*#at-a-glance td.active {color: #003b53;}*/ /*#at-a-glance td.today {color: #003b53;}*/ @@ -162,7 +162,7 @@ margin: 0; } div.xowiki-content .box {border: 1px solid #a1a5a9; padding: 0 5px 5px 5px; margin: 0 0 1.25em 0;} -div.xowiki-content .errorMsg {color: red; font-weight: bold;} +div.xowiki-content .errorMsg {background: #FFF; color: red; font-weight: bold;} div.xowiki-content .hr { height: 1px; border: none; background-color: silver; @@ -213,9 +213,9 @@ text-decoration:none; margin:0; margin-right:10px;} -a:hover.rss {color:#dddddd;} -a:visited.rss {color: #FFF;} -a:link.rss {color: #FFF;} +a:hover.rss {color:#dddddd;background: #F60;} +a:visited.rss {color: #FFF;background: #F60;} +a:link.rss {color: #FFF;background: #F60;} div.rightbox {float:right; right: 1em; clear: right; font-size: 75%; padding: 5px; border:dotted; border-width:1px;background: #f8f8f8; @@ -503,4 +503,4 @@ font-size: 85%; color: #777777; -} \ No newline at end of file +}