1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

filter dialog, use common background for actions

This commit is contained in:
Andrew Dolgov 2014-01-28 00:39:50 +04:00
parent 752b3f6404
commit 7637c94d53

View File

@ -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;
}