diff --git a/niaaml_gui/styles.qss b/niaaml_gui/styles.qss index 28bb5b1..3b67382 100644 --- a/niaaml_gui/styles.qss +++ b/niaaml_gui/styles.qss @@ -10,7 +10,6 @@ QPushButton { QLabel { width: fit-content; font-weight: 700; - /* color: #547500; */ } QPushButton#editCSVButton{ @@ -56,4 +55,13 @@ QListWidget::item:selected { color: white; border: 2px solid #547500; border-top: 0; -} \ No newline at end of file +} + +QProgressBar { + color: black; + font-weight: 600; +} + +QProgressBar::chunk { + background-color: #547500; +}