From 7637c94d53e6192e2cfe63b70188f60eccea068f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Jan 2014 00:39:50 +0400 Subject: [PATCH] filter dialog, use common background for actions --- css/tt-rss.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/tt-rss.css b/css/tt-rss.css index 30b19c204..90abb2f8a 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -856,7 +856,7 @@ img.feedIcon, img.tinyFeedIcon { text-shadow : 1px 1px 2px #fff; } -.dijitDialog .dijitToolbar { +.claro .dijitDialog .dijitToolbar { border : 1px solid #eee; } @@ -905,7 +905,7 @@ ul#filterDlg_Matches, ul#filterDlg_Actions { border-style : solid; border-color : #eee; border-width : 0px 1px 1px 1px; - background-color : #f5f5f5; + background-color : white; margin : 0px 0px 5px 0px; padding : 0px; }