Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix Night Mapper alt. table / tree view item color
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
resources/themes/Night Mapping/style.qss
|
@@ -536,7 +536,7 @@ QSlider::handle:vertical { |
|
|
QAbstractItemView, QListView |
|
|
{ |
|
|
background-color: @itembackground; |
|
|
alternate-background-color: @itemalternativebackground; |
|
|
alternate-background-color: @background; |
|
|
color: @text; |
|
|
border: none; |
|
|
border-radius: 0px; |
|
@@ -557,7 +557,7 @@ QAbstractItemView::selected, QListView::selected { |
|
|
|
|
|
QTreeView { |
|
|
border: 1px solid @itemdarkbackground; |
|
|
alternate-background-color: @itemalternativebackground; |
|
|
alternate-background-color: @background; |
|
|
} |
|
|
|
|
|
QTreeView::item, QTreeView::branch { |
|
|