mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-26 01:10:38 -04:00
UI: Fix settings properties view background on Yami variants
This commit is contained in:
committed by
Georges Basile Stavracas Neto
parent
0f63967ee0
commit
fe889ec28e
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user