Skip to content

Commit 5f10aa8

Browse files
committed
Fix Night Mapper alt. table / tree view item color
1 parent 314c399 commit 5f10aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/themes/Night Mapping/style.qss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ QSlider::handle:vertical {
536536
QAbstractItemView, QListView
537537
{
538538
background-color: @itembackground;
539-
alternate-background-color: @itemalternativebackground;
539+
alternate-background-color: @background;
540540
color: @text;
541541
border: none;
542542
border-radius: 0px;
@@ -557,7 +557,7 @@ QAbstractItemView::selected, QListView::selected {
557557

558558
QTreeView {
559559
border: 1px solid @itemdarkbackground;
560-
alternate-background-color: @itemalternativebackground;
560+
alternate-background-color: @background;
561561
}
562562

563563
QTreeView::item, QTreeView::branch {

0 commit comments

Comments
 (0)