Skip to content

Commit

Permalink
Additional Blend of Gray theme fixes:
Browse files Browse the repository at this point in the history
- proper colors for selected item in welcome screen
- fix toolbar border pixel shift
  • Loading branch information
nirvn committed Dec 27, 2018
1 parent 8ccf812 commit b0aae0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/themes/Blend of Gray/style.qss
Expand Up @@ -167,7 +167,7 @@ QToolButton::menu-arrow
}
QToolBar QToolButton, QToolButton::menu-button
{
border:0;
border-color: rgba(0,0,0,0);
background-color: none;
}

Expand Down Expand Up @@ -532,6 +532,8 @@ QAbstractItemView, QListView
border: none;
border-radius: 3px;
padding: 1px;
selection-color: @text;
selection-background-color: @selection;
}

QAbstractItemView::selected, QListView::selected {
Expand Down

0 comments on commit b0aae0b

Please sign in to comment.