diff --git a/sources/qetapp.cpp b/sources/qetapp.cpp index 84985dc72..aea46cab0 100644 --- a/sources/qetapp.cpp +++ b/sources/qetapp.cpp @@ -955,11 +955,12 @@ void QETApp::useSystemPalette(bool use) { ); } else { setStyleSheet( - "QTabBar::tab:!selected { background-color: transparent; }" - "QMainWindow{ background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(43, 75, 116), stop:1 rgb(197, 245, 254)); }" - "QListView{ background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(43, 75, 116), stop:1 rgb(130, 160, 210)); }" + "QTabBar::tab:!selected {background-color: transparent; }" + "QMainWindow{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(43, 75, 116), stop:1 rgb(197, 245, 254)); }" + "QListView{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(43, 75, 116), stop:1 rgb(130, 160, 210)); }" "QTreeView{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(43, 75, 116), stop:1 rgb(197, 245, 254)); }" "QTreeView::item{background-color: rgba(100, 100, 100, 150);}" + "QTreeView::item:hover{background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1); }" "QAbstractScrollArea#mdiarea {" " background-color -> setPalette(initial_palette_);"