mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-24 07:25:05 -05:00
UI: Fix disabled text color in dark theme
This commit is contained in:
committed by
Georges Basile Stavracas Neto
parent
b464ba8129
commit
2eb10cd94e
@@ -89,7 +89,7 @@ QWidget {
|
||||
/* Misc */
|
||||
|
||||
QWidget::disabled {
|
||||
color: 2px solid palette(bright-text);
|
||||
color: rgb(165,164,165); /* disabledText */
|
||||
}
|
||||
|
||||
QAbstractItemView, QStackedWidget#stackedMixerArea QWidget {
|
||||
|
||||
Reference in New Issue
Block a user