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,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;
@ -509,4 +510,3 @@ QProgressBar {
border-radius: 5px;
background-color: #202020;
}