UI: Update Acri theme for disabled buttons

master
Joel Bethke 2018-06-27 19:04:49 -05:00
parent a705030b23
commit 5f3464f9cc
1 changed files with 5 additions and 0 deletions

View File

@ -483,6 +483,11 @@ QPushButton:pressed {
background-color: #161f41;
}
QPushButton:disabled {
border: 1px solid #232426;
background-color: #1a1a1b;
}
/* Progress Bar */
QProgressBar {