DolphinQt/Styles/Dark: Adjust progress bar

This commit is contained in:
Admiral H. Curtiss
2025-08-31 22:02:00 +02:00
parent 88ef583c0e
commit c7ff0bf475

View File

@ -506,7 +506,12 @@ QTableCornerButton::section {
} }
QProgressBar { QProgressBar {
border: 2px solid grey;
border-radius: 5px;
background-color: #202020; background-color: #202020;
border: 1px solid #7e7e7e;
color: #dcdcdc;
text-align: center;
}
QProgressBar::chunk {
background-color: #24a806;
width: 1px;
} }