Skip to content

Commit

Permalink
Fix menu bar css
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsieu committed Nov 1, 2021
1 parent 9fb01c5 commit 07dce75
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/main/resources/view/DarkTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@
-fx-text-fill: #010504;
}

.menu-bar
{
.menu-bar {
-fx-background-color: -fx-color-bg-raised;
}

Expand Down Expand Up @@ -261,9 +260,19 @@
}

.context-menu {
-fx-background-color: derive(#1d1d1d, 50%);
-fx-background-color: -fx-color-raised;
}

.menu-button:hover,
.menu-item:hover {
-fx-background-color: -fx-color-hovered;
}

.menu-button:focused,
.menu-button:showing,
.menu-item:focused {
-fx-background-color: -fx-color-focused;
}

.menu-bar .label {
-fx-font-size: 14pt;
Expand Down

0 comments on commit 07dce75

Please sign in to comment.