style.tab-pane.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!
@import "scroll-bar.css"
.root * {
-fx-font-family: Consolas;
-fx-font-size: 14px;
}
.tab-header-background {
-fx-opacity: 0;
}
.tab-down-button
{
-fx-background-color: #d0d0d0;
}
.context-menu {
-fx-background-color: #d0d0d0;
}
.context-menu * * *:hover {
-fx-background-color: #202020;
}
.context-menu * * *:focused {
-fx-background-color: #202020;
}
.tab {
-fx-background-color: #d0d0d0;
-fx-background-radius: 0;
-fx-padding: 5 10 10 10;
}
.tab:selected {
-fx-background-color: #202020;
-fx-focus-color: transparent;
}
.tab-label {
-fx-text-fill: #FFFFFF;
-fx-font-size: 14px;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy