mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 22:42:53 -06:00
Merge pull request #13923 from AdmiralCurtiss/dark-progress-bar
DolphinQt/Styles/Dark: Adjust progress bar
This commit is contained in:
@ -496,6 +496,7 @@ QTabBar QToolButton::left-arrow {
|
||||
QTabBar QToolButton::right-arrow {
|
||||
image: url(:/dolphin_dark_win/right-triangle-tabbar.svg);
|
||||
}
|
||||
|
||||
QTableCornerButton::section {
|
||||
background-color: #202020;
|
||||
border: 1px solid #7e7e7e;
|
||||
@ -505,8 +506,12 @@ QTableCornerButton::section {
|
||||
}
|
||||
|
||||
QProgressBar {
|
||||
border: 2px solid grey;
|
||||
border-radius: 5px;
|
||||
background-color: #202020;
|
||||
border: 1px solid #7e7e7e;
|
||||
color: #dcdcdc;
|
||||
text-align: center;
|
||||
}
|
||||
QProgressBar::chunk {
|
||||
background-color: #24a806;
|
||||
width: 1px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user