Changed disabled widget color to improve visibility
This color appears nicer.
This commit is contained in:
2
dist/qt_themes/qdarkstyle/style.qss
vendored
2
dist/qt_themes/qdarkstyle/style.qss
vendored
@@ -300,7 +300,7 @@ QMenu::right-arrow {
|
||||
|
||||
QWidget:disabled
|
||||
{
|
||||
color: #454545;
|
||||
color: #db8e4e;
|
||||
background-color: #31363b;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user