diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2026-04-20 16:56:32 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2026-04-20 16:56:32 -0600 |
| commit | b1a61fd29e2282110bc4f4bc4616c55ed9d88dbb (patch) | |
| tree | e2ae05594002ba706ba635bd0f89395348f3c41e /ui/style_light.qss | |
| parent | d5acb04b88373d33b038bb59945fb5ab8b4f543b (diff) | |
V9
Diffstat (limited to 'ui/style_light.qss')
| -rw-r--r-- | ui/style_light.qss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/style_light.qss b/ui/style_light.qss index 86b35c7..8b5c8da 100644 --- a/ui/style_light.qss +++ b/ui/style_light.qss @@ -38,8 +38,8 @@ QCheckBox::indicator:checked { background:#3b82f6;border-color:#3b82f6; } QTabWidget::pane { background:#ffffff; border:1px solid #e2e8f0; border-radius:4px; } QTabBar::tab { background:#f1f5f9; color:#64748b; border:1px solid #e2e8f0; padding:6px 16px; margin-right:2px; } QTabBar::tab:selected { background:#ffffff; color:#1e293b; border-bottom:2px solid #3b82f6; } -QGroupBox { border:1px solid #e2e8f0; border-radius:4px; margin-top:22px; padding-top:6px; color:#475569; font-size:11px; font-weight:700; letter-spacing:0.8px; } -QGroupBox::title { subcontrol-origin:margin; subcontrol-position:top left; left:12px; top:-11px; background:#f8fafc; padding:1px 8px; border-radius:3px; color:#475569; font-size:11px; font-weight:700; } +QGroupBox { border:1px solid #e2e8f0; border-radius:5px; margin-top:26px; padding-top:6px; background:#f8fafc; } +QGroupBox::title { subcontrol-origin:margin; subcontrol-position:top left; left:10px; top:4px; background:#dbeafe; padding:3px 10px; border:1px solid #3b82f6; border-radius:4px; color:#1d4ed8; font-size:12px; font-weight:700; letter-spacing:0.5px; } QScrollBar:vertical { background:#f1f5f9; width:6px; margin:0; } QScrollBar::handle:vertical { background:#cbd5e1; border-radius:3px; min-height:20px; } QScrollBar::handle:vertical:hover { background:#3b82f6; } |
