Skip to content

Commit

Permalink
table header background colour fix
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Feb 4, 2019
1 parent a14171d commit 801d82f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/qt/res/themes/default.qss
Expand Up @@ -141,11 +141,6 @@ QHeaderView::section {
padding: 4px;
}

QHeaderView::section:checked
{
background-color: #8C8C8C;
}

QHeaderView::down-arrow {
image: url(:/controls/caret-down);
}
Expand Down

1 comment on commit 801d82f

@captainbuckkets
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QHeaderView::section:checked
{
background-color: #3CB054;
}

I guess revert since nothing exists now.

Please sign in to comment.