mirror of
https://github.com/citra-emu/citra.git
synced 2025-03-12 10:31:05 +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
|
QWidget:disabled
|
||||||
{
|
{
|
||||||
color: #454545;
|
color: #db8e4e;
|
||||||
background-color: #31363b;
|
background-color: #31363b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user