DolphinQt/Styles/Dark: Fix inconsistent formatting

This commit is contained in:
Admiral H. Curtiss
2025-08-31 21:41:42 +02:00
parent 033a0540f7
commit 88ef583c0e

View File

@ -496,17 +496,17 @@ 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;
border-top: 0px;
border-left: 0px;
border-bottom: 0px;
background-color: #202020;
border: 1px solid #7e7e7e;
border-top: 0px;
border-left: 0px;
border-bottom: 0px;
}
QProgressBar {
border: 2px solid grey;
border-radius: 5px;
background-color: #202020;
}
border: 2px solid grey;
border-radius: 5px;
background-color: #202020;
}