mirror of
https://github.com/citra-emu/citra.git
synced 2025-03-11 07:40:06 +00:00
Changed disabled widget color to improve visibility
This color appears nicer.
This commit is contained in:
parent
e9d1e8c95b
commit
2d2eb1aaef
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user