mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
UI: Make list selection in dark theme more visible
When an item is selected but not focused, it would be too similar to the non-selected color.
This commit is contained in:
@@ -61,6 +61,11 @@ QMenuBar::item {
|
||||
background-color: rgb(58,57,58); /* dark */
|
||||
}
|
||||
|
||||
QListWidget::item:selected:!active {
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: rgb(48,47,48);
|
||||
}
|
||||
|
||||
|
||||
/* Group Box */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user