From 8fa404a186840e9f70331c21da5b2bd54c156dfd Mon Sep 17 00:00:00 2001 From: Matt Gajownik Date: Thu, 16 May 2019 22:50:08 +1000 Subject: [PATCH] UI: Dark theme consistency for Scenes vs Sources - Selected but unfocused Source colour - Scenes font - Padding when editing Source name --- UI/data/themes/Dark.qss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/UI/data/themes/Dark.qss b/UI/data/themes/Dark.qss index ae917d8ea..b0e033d57 100644 --- a/UI/data/themes/Dark.qss +++ b/UI/data/themes/Dark.qss @@ -100,12 +100,19 @@ QMenuBar::item { background-color: rgb(58,57,58); /* dark */ } -QListWidget::item:selected:!active { +QListWidget { + font-family: "MS Shell Dlg 2"; + font-size: 8pt; +} + +QListWidget::item:selected:!active, +SourceTree::item:selected:!active { color: rgb(255, 255, 255); background-color: rgb(48,47,48); } -QListWidget QLineEdit { +QListWidget QLineEdit, +SourceTree QLineEdit { padding-top: 0px; padding-bottom: 0px; padding-right: 0;