mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 11:21:29 +00:00
for the most part, deal with filter rules UI
This commit is contained in:
@@ -955,16 +955,18 @@ body.ttrss_main {
|
||||
}
|
||||
|
||||
ul#filterDlg_Matches, ul#filterDlg_Actions {
|
||||
max-height : 100px;
|
||||
overflow : auto;
|
||||
list-style-type : none;
|
||||
margin : 0;
|
||||
padding: 0;
|
||||
/*max-height : 100px;
|
||||
overflow : auto;
|
||||
border-style : solid;
|
||||
border-color : @border-default;
|
||||
border-width : 1px 1px 1px 1px;
|
||||
background-color : @default-bg;
|
||||
margin : 0px 0px 5px 0px;
|
||||
padding : 4px;
|
||||
min-height : 16px;
|
||||
min-height : 16px;*/
|
||||
}
|
||||
|
||||
ul#filterDlg_Matches li, ul#filterDlg_Actions li {
|
||||
|
||||
Reference in New Issue
Block a user