summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-28 00:39:50 +0400
committerAndrew Dolgov <[email protected]>2014-01-28 00:39:50 +0400
commit7637c94d53e6192e2cfe63b70188f60eccea068f (patch)
tree9ad6e8c7454043ca5e9083069fedaaf92690a0a3 /css
parent752b3f64049b7b3deedea522a46d4058b70b0b46 (diff)
filter dialog, use common background for actions
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css4
1 files 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;
}