From 7dbb33c1d017ab63383712d7b03294a4c33a1960 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
Date: Tue, 14 May 2013 16:04:58 +0400
Subject: [PATCH] make feedTree less white

---
 tt-rss.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tt-rss.css b/tt-rss.css
index 21d28af21..f7cc46d04 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -791,6 +791,7 @@ div.fatalError textarea {
 	border-top-width : 0px;
 	overflow : hidden;
 	box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
+	background : #f9fbff;
 }
 
 #headlines-wrap-inner {
-- 
GitLab