summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-21 09:35:07 +0300
committerAndrew Dolgov <[email protected]>2021-02-21 09:35:07 +0300
commit94560132ddf45a5a7c68ce520b40ecb10a6f89fe (patch)
treea973158db213849936eab2805681b7908d6034fa /themes/compact_night.css
parentb4e96374bcc14b3be353f87a80f83b34615dec73 (diff)
for the most part, deal with filter rules UI
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css20
1 files changed, 11 insertions, 9 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 29eff9cb9..37adf3fda 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -822,16 +822,18 @@ body.ttrss_main #headlines-spacer a:hover {
}
body.ttrss_main ul#filterDlg_Matches,
body.ttrss_main ul#filterDlg_Actions {
- max-height: 100px;
- overflow: auto;
list-style-type: none;
- border-style: solid;
- border-color: #222;
- border-width: 1px 1px 1px 1px;
- background-color: #333;
- margin: 0px 0px 5px 0px;
- padding: 4px;
- min-height: 16px;
+ 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;*/
}
body.ttrss_main ul#filterDlg_Matches li,
body.ttrss_main ul#filterDlg_Actions li {