diff --git a/sources/qetapp.cpp b/sources/qetapp.cpp index c0a617496..886fdf1b3 100644 --- a/sources/qetapp.cpp +++ b/sources/qetapp.cpp @@ -1234,7 +1234,7 @@ void QETApp::useSystemPalette(bool use) { qApp->setPalette(initial_palette_); qApp->setStyleSheet( "QTabBar::tab:!selected { background-color: transparent; }" - "QTabBar::tab:selected { background-color: transparent; color: green}" + "QTabBar::tab:selected { background-color: transparent; color: green; }" "QAbstractScrollArea#mdiarea {" "background-color -> setPalette(initial_palette_);" "}"