Skip to content

Commit

Permalink
Fix Night Mapper alt. table / tree view item color
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 28, 2018
1 parent 38e6ace commit b84c097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -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;
Expand All @@ -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 {
Expand Down

0 comments on commit b84c097

Please sign in to comment.