0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

Merge pull request #1883 from WizardCM/dark-fixes

UI: Dark theme consistency for Scenes vs Sources
This commit is contained in:
Jim 2019-05-16 20:35:07 -07:00 committed by GitHub
commit 19aca12025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;