minor improvements to css

This commit is contained in:
itsmattkc
2019-07-01 11:08:14 -07:00
parent 14917ef3cc
commit 026c500802
4 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ void TaskManager::DeleteTask(Task *t)
tasks_.removeAll(t);
// Destroy Task object
delete t;
t->deleteLater();
}
void TaskManager::TaskCallback(Task::Status status)
+5
View File
@@ -71,6 +71,11 @@ QMenu {
background: #191919;
}
/* QProgressBar background is dark */
QProgressBar {
background: #191919;
}
/* Ensure QPushButtons look dark when checked */
QPushButton::checked {
background: #191919;
+5
View File
@@ -71,6 +71,11 @@ QMenu {
background: #f0f0f0;
}
/* QProgressBar background is dark */
QProgressBar {
background: #f0f0f0;
}
/* Ensure QPushButtons look dark when checked */
QPushButton::checked {
background: #f0f0f0;
+5
View File
@@ -71,6 +71,11 @@ QMenu {
background: #c0c0c0;
}
/* QProgressBar background is dark */
QProgressBar {
background: #c0c0c0;
}
/* Ensure QPushButtons look dark when checked */
QPushButton::checked {
background: #c0c0c0;