mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 22:42:53 -06:00
DolphinQt/Styles/Dark: Fix inconsistent formatting
This commit is contained in:
@ -496,17 +496,17 @@ QTabBar QToolButton::left-arrow {
|
|||||||
QTabBar QToolButton::right-arrow {
|
QTabBar QToolButton::right-arrow {
|
||||||
image: url(:/dolphin_dark_win/right-triangle-tabbar.svg);
|
image: url(:/dolphin_dark_win/right-triangle-tabbar.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableCornerButton::section {
|
QTableCornerButton::section {
|
||||||
background-color: #202020;
|
background-color: #202020;
|
||||||
border: 1px solid #7e7e7e;
|
border: 1px solid #7e7e7e;
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QProgressBar {
|
QProgressBar {
|
||||||
border: 2px solid grey;
|
border: 2px solid grey;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: #202020;
|
background-color: #202020;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user