diff options
Diffstat (limited to 'ui/style_dark.qss')
| -rw-r--r-- | ui/style_dark.qss | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/ui/style_dark.qss b/ui/style_dark.qss index 9c20ab2..4043ff6 100644 --- a/ui/style_dark.qss +++ b/ui/style_dark.qss @@ -128,15 +128,15 @@ QPushButton#configButton:hover { background-color: #1e3a5f; color: #93c5fd; bord QGroupBox { border: 1px solid #2a3558; border-radius: 5px; - margin-top: 28px; - padding-top: 8px; + margin-top: 26px; + padding-top: 6px; background-color: #111620; } QGroupBox::title { subcontrol-origin: margin; subcontrol-position: top left; - left: 12px; - top: -14px; + left: 10px; + top: 4px; background-color: #1c2540; color: #c7d2fe; font-size: 12px; @@ -188,17 +188,15 @@ QListWidget#portList { border-radius: 4px; color: #e2e8f0; font-family: "IBM Plex Mono", monospace; - font-size: 13px; + font-size: 12px; outline: none; - min-height: 160px; } QListWidget#portList::item { - padding: 8px 10px; + padding: 5px 8px; border-bottom: 1px solid #1c2540; color: #e2e8f0; - min-height: 28px; } -QListWidget#portList::item:hover { background-color: #1c2540; color: #93c5fd; } +QListWidget#portList::item:hover { background-color: #1c2540; color: #93c5fd; } QListWidget#portList::item:selected { background-color: #1e3a5f; color: #e0f2fe; border-left: 3px solid #3b82f6; } /* ── Channel table ───────────────────────────────────────────────── */ |
