Skip to content
Snippets Groups Projects
Commit d3445cac authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Change menu selection color

parent 540959df
Branches
Tags
No related merge requests found
.menu-bar {
-fx-background-color: #333333;
}
.menu:showing, .menu:hover {
-fx-background-color: #358dab;
}
.menu-item:selected, .menu-item:focused {
-fx-background-color: #358dab;
}
\ No newline at end of file
...@@ -35,10 +35,6 @@ Default elements ...@@ -35,10 +35,6 @@ Default elements
-fx-border-color: #222222; -fx-border-color: #222222;
} }
.menu-bar {
-fx-background-color: #333333;
}
.fonticon { .fonticon {
-fx-text-fill: white; -fx-text-fill: white;
} }
......
...@@ -32,6 +32,7 @@ class ModernGlobalDesignHandlerImpl extends ModernGlobalDesignHandler with Color ...@@ -32,6 +32,7 @@ class ModernGlobalDesignHandlerImpl extends ModernGlobalDesignHandler with Color
"style/components/textfield.css", "style/components/textfield.css",
"style/components/radiobutton.css", "style/components/radiobutton.css",
"style/components/slider.css", "style/components/slider.css",
"style/components/menu.css",
"style/components/toggle-button.css", "style/components/toggle-button.css",
"style/components/list.css", "style/components/list.css",
"style/components/dialog.css" "style/components/dialog.css"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment