UI: Fix settings properties view background on Yami variants

master
tytan652 2022-08-15 23:24:31 +02:00 committed by Georges Basile Stavracas Neto
parent 0f63967ee0
commit fe889ec28e
4 changed files with 20 additions and 0 deletions

View File

@ -234,6 +234,11 @@ OBSBasicSettings QListWidget::item {
padding: 6px;
}
/* Settings properties view */
OBSBasicSettings #PropertiesContainer {
background-color: palette(dark);
}
/* Dock Widget */
OBSDock > QWidget {
background: palette(dark);

View File

@ -234,6 +234,11 @@ OBSBasicSettings QListWidget::item {
padding: 6px;
}
/* Settings properties view */
OBSBasicSettings #PropertiesContainer {
background-color: palette(dark);
}
/* Dock Widget */
OBSDock > QWidget {
background: palette(dark);

View File

@ -234,6 +234,11 @@ OBSBasicSettings QListWidget::item {
padding: 6px;
}
/* Settings properties view */
OBSBasicSettings #PropertiesContainer {
background-color: palette(dark);
}
/* Dock Widget */
OBSDock > QWidget {
background: palette(dark);

View File

@ -236,6 +236,11 @@ OBSBasicSettings QListWidget::item {
padding: 6px;
}
/* Settings properties view */
OBSBasicSettings #PropertiesContainer {
background-color: rgb(59,65,71);
}
/* Dock Widget */
OBSDock > QWidget {
background: palette(dark);