UI: Fix settings properties view background on Yami variants

This commit is contained in:
tytan652
2022-08-15 19:07:19 -03:00
committed by Georges Basile Stavracas Neto
parent 0f63967ee0
commit fe889ec28e
4 changed files with 20 additions and 0 deletions
+5
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);
+5
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);
+5
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);
+5
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);