Merge pull request #1349 from Fenrirthviti/acri-fix
UI: Update Acri theme for disabled buttonsmaster
commit
955bc849e0
|
@ -483,6 +483,11 @@ QPushButton:pressed {
|
||||||
background-color: #161f41;
|
background-color: #161f41;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton:disabled {
|
||||||
|
border: 1px solid #232426;
|
||||||
|
background-color: #1a1a1b;
|
||||||
|
}
|
||||||
|
|
||||||
/* Progress Bar */
|
/* Progress Bar */
|
||||||
|
|
||||||
QProgressBar {
|
QProgressBar {
|
||||||
|
|
Loading…
Reference in New Issue