From 9c4837460c168b248e7f4a45d5b020e878bc3f91 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 4 Oct 2006 06:40:00 +0100 Subject: infobox-based feed category editor --- themes/graycube/theme.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'themes/graycube') diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index 71bacfa96..a22f7010e 100644 --- a/themes/graycube/theme.css +++ b/themes/graycube/theme.css @@ -125,15 +125,16 @@ div.postReply > div.postHeader { } .evenGrayed, .evenGrayed td { - background-color : white; - color : #909090; - border-width : 1px 0px 1px 0px; - border-style : solid; - border-color : #ebebeb; + background-color : #f9f9f9; + color : gray; + border-width : 1px 0px 1px 0px; + border-style : solid; + border-color : #ebebeb; } .oddGrayed { - color : #909090; + color : gray; + background-color : #f9f9f9; } .even, .even td { @@ -218,6 +219,10 @@ li.tagUnreadSelected a { color : gray; } +div.prefFeedCatHolder { + border : 1px solid #999999; +} + table.prefFeedList td.feedEditCat { font-weight : bold; border-width : 0px 0px 1px 0px; -- cgit v1.2.3