From fca7329ba161ccb76a37e9c5d8e7751630bbb3c8 Mon Sep 17 00:00:00 2001 From: Kharec Date: Mon, 5 Jan 2026 21:52:24 +0100 Subject: [PATCH] feat: style filter modal --- auditui/constants.py | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/auditui/constants.py b/auditui/constants.py index 7f0a4e1..3c1bea6 100644 --- a/auditui/constants.py +++ b/auditui/constants.py @@ -233,4 +233,45 @@ StatsScreen .help_list > ListItem > Label { margin-top: 1; border-top: solid #4b5165; } + +FilterScreen { + align: center middle; + background: rgba(0, 0, 0, 0.7); +} + +FilterScreen Static { + background: transparent; +} + +#filter_container { + width: 60; + height: auto; + background: #181a2a; + border: heavy #7aa2f7; + padding: 1 2; +} + +#filter_title { + width: 100%; + height: 2; + text-align: center; + text-style: bold; + color: #7aa2f7; + content-align: center middle; + margin-bottom: 1; +} + +#filter_input { + width: 100%; + margin: 1 0; +} + +#filter_footer { + width: 100%; + height: 2; + text-align: center; + content-align: center middle; + color: #bac2de; + margin-top: 1; +} """