diff --git a/tt-rss.css b/tt-rss.css index bd843c59e..07f683985 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; +}