Skip to content

Commit

Permalink
fix color of QListView and QHeaderView text in Mac dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Jun 4, 2013
1 parent 5fe02f8 commit 48a9d23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions share/styles/appstyle-mac-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,11 @@ QGroupBox::title {
subcontrol-position: top left;
padding: 5px 5px;
}

QHeaderView {
color:white;
}

QListView {
color:white;
}

0 comments on commit 48a9d23

Please sign in to comment.