mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Added disable button style
This commit is contained in:
parent
d8dc3d48b1
commit
bda28f81cc
@ -130,6 +130,11 @@ QPushButton[style="btn-danger"]:hover{
|
|||||||
background-color:#D84545;
|
background-color:#D84545;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton:disabled{
|
||||||
|
|
||||||
|
background:#d6d6d6;
|
||||||
|
}
|
||||||
|
|
||||||
/*QLabel*/
|
/*QLabel*/
|
||||||
QLabel{
|
QLabel{
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user