diff --git a/res/skins/Deere/style.qss b/res/skins/Deere/style.qss index d5c2ae463e9b..8c929b58cc29 100644 --- a/res/skins/Deere/style.qss +++ b/res/skins/Deere/style.qss @@ -125,7 +125,6 @@ QTableView { alternate-background-color: #1A1A1A; selection-background-color: #006596; selection-color: #D6D6D6; - qproperty-alternatingRowColors: 1; border: 1px solid #1A1A1A; gridline-color: red; } @@ -136,6 +135,11 @@ QTableView::indicator { height: 12px; } +QTableView::item:selected { + color: #1A1A1A; + background-color: #D6D6D6; +} + QTableView::indicator:checked { background: url(skin:/image/style_checkbox_checked.png); } @@ -278,6 +282,11 @@ QTreeView::branch:open:has-children:has-siblings { border-image: none; image: url(skin:/image/style_branch_open.png); } +QTreeView::item:selected { + color: #1A1A1A; + background-color: #D6D6D6; +} + /* QSplitter between LibrarySidebar and Library */ QSplitter#LibrarySplitter::handle { image: url(skin:/image/style_handle_horizontal_unchecked.svg);