Changed disabled widget color to improve visibility

This color appears nicer.
This commit is contained in:
Adityarup Laha 2017-10-19 11:49:27 +05:30 committed by GitHub
parent e9d1e8c95b
commit 2d2eb1aaef

View File

@ -300,7 +300,7 @@ QMenu::right-arrow {
QWidget:disabled
{
color: #454545;
color: #db8e4e;
background-color: #31363b;
}