style.menu-bar.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scafi-simulator-gui-new_2.13 Show documentation
Show all versions of scafi-simulator-gui-new_2.13 Show documentation
An aggregate programming toolkit on the JVM
The newest version!
.root * {
-fx-background-color: #000000;
-fx-control-inner-background:#000000;
-fx-font-family: Consolas;
-fx-highlight-fill: #ffffff;
-fx-highlight-text-fill: #ffffff;
-fx-text-fill: #ffffff;
}
.menu-bar .menu-item:hover, .menu-bar .menu-item:hover *{
-fx-background-color: #a0a0a0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy