Skip to content

Commit

Permalink
Closed windows in the light theme show as gray
Browse files Browse the repository at this point in the history
Possible fix to #155
  • Loading branch information
Chris White committed Oct 25, 2018
1 parent e87b5ac commit e9a9a1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/win/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ $closed-tab-in-open-win: '.tf-window.tfs-open .tf-tab:not(.tfs-open) .jstree-who
.jstree-default-dark #{$closed-tab-in-open-win} {
background: #555500;
}

/* Tweak up the light theme */

#maintree.jstree-default .jstree-node:not(.tfs-open) .jstree-anchor {
color: #808080;
}

0 comments on commit e9a9a1a

Please sign in to comment.