Skip to content

Commit

Permalink
Make selected tabs more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Dec 8, 2023
1 parent 6a53970 commit da8696c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resources/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
-fx-background-color: linear-gradient(to top, -fx-base, derive(-fx-base,30%));
}

.tab {
-fx-opacity: 0.5;
-fx-text-fill: -fx-theme-button1-text;
}

.tab: selected {
-fx-opacity: 1;
}

.vertical-tab:selected {
-fx-background-color: -fx-theme-selected-main-tools-tab-background;
}
Expand Down

0 comments on commit da8696c

Please sign in to comment.