Better disabled buttons

This commit is contained in:
ColinDuquesnoy 2014-01-30 11:03:47 +01:00
parent 812ec85ab5
commit 90ee52f574

View File

@ -469,8 +469,7 @@ QPushButton
QPushButton:disabled QPushButton:disabled
{ {
background-color: QLinearGradient( x1: 0, y1: 1, x2: 0, y2: 0, background-color: #302F2F;
stop: 0 #302F2F, stop: 1 #484846);
border-width: 1px; border-width: 1px;
border-color: #3A3939; border-color: #3A3939;
border-style: solid; border-style: solid;
@ -479,7 +478,7 @@ QPushButton:disabled
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
/*border-radius: 3px;*/ /*border-radius: 3px;*/
color: #3A3939; color: #454545;
} }
QComboBox QComboBox