Skip to content

Commit

Permalink
Fix splitter transparency on some themes
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed May 11, 2016
1 parent 38bc955 commit 4ad3503
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/resources/css/terminix.base.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,9 @@
border: 0px;
padding: 0px;
margin: 0px;
}

/* Add background to pane-separator */
.pane-separator {
background-color: @theme_bg_color;
}

0 comments on commit 4ad3503

Please sign in to comment.