Made progress bars more legible in dark mode
This commit is contained in:
parent
56e1c23413
commit
0615db9e2e
|
@ -493,3 +493,10 @@ QTableCornerButton::section {
|
||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QProgressBar {
|
||||||
|
border: 2px solid grey;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: #202020;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue