Skip to content

Commit

Permalink
[themes] Last round of theme fix (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 12, 2019
1 parent 5cf8798 commit 5364afe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -437,15 +437,17 @@ QMenu::separator

QProgressBar
{
border: 2px solid grey;
height: 1.3em;
border-width: 1px;
border-color: @itemdarkbackground;
border-style: solid;
text-align: center;
}

QProgressBar::chunk
{
background-color: @focus;
width: 3px;
margin: 1px;
}

QTabWidget::pane {
Expand Down

0 comments on commit 5364afe

Please sign in to comment.