Added disable button style

This commit is contained in:
Donnie 2020-06-28 22:45:30 -04:00
parent d8dc3d48b1
commit bda28f81cc

View File

@ -130,6 +130,11 @@ QPushButton[style="btn-danger"]:hover{
background-color:#D84545;
}
QPushButton:disabled{
background:#d6d6d6;
}
/*QLabel*/
QLabel{
border: none;