From: Andrew Dolgov Date: Fri, 18 May 2007 07:30:36 +0000 (+0100) Subject: misc style fixes X-Git-Tag: 1.2.11~25 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=df0539c7bce95739e1fc23c795f9970a291903b9;p=tt-rss.git misc style fixes --- diff --git a/tt-rss.css b/tt-rss.css index bd843c59..07f68398 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -440,6 +440,7 @@ div.prefFeedCatHolder { overflow : auto; border : 1px solid #99d67a; margin : 5px 0px 5px 0px; + background-color : white; } a.helpLink { @@ -1570,4 +1571,6 @@ li.feedCatHolder { display : inline; } - +table.prefFeedCatList { + background-color : white; +}