mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 22:57:47 -04:00
Better disabled buttons
This commit is contained in:
parent
812ec85ab5
commit
90ee52f574
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user