Merge pull request #1349 from Fenrirthviti/acri-fix

UI: Update Acri theme for disabled buttons
master
Jim 2018-07-18 01:26:51 -07:00 committed by GitHub
commit 955bc849e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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 {