
styles.JRebirthWorkbenchDefault.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of workbench Show documentation
Show all versions of workbench Show documentation
Showcase application used to show Workbench features
The newest version!
/********************************************************************/
/** . */
/********************************************************************/
.root {
bgClear: #fff;
bg: #ccc;
}
.split-pane > .split-pane-divider {
-fx-padding: 0 0.25em 0 0.25em; /* 0 3 0 3 */
-fx-background-color: bg;
}
TabbedPane.HorizontalTabbedPane {
-fx-background-color: yellow;
}
TabbedPane.VerticalTabbedPane {
-fx-background-color: black;
}
TabbedPane.TabModel{
-fx-background-color: cyan;
}
TabbedPane BorderPane HBox {
-fx-background-color: bg;
}
TabbedPane BorderPane VBox {
-fx-background-color: bg;
}
TabbedPane HBox ToggleButton, TabbedPane VBox ToggleButton {
-fx-border-color: #654b00;
-fx-border-style: solid ;
-fx-padding: 0 10 0 10;
-fx-font-size: 11px;
-fx-font-weight: bold;
-fx-text-fill: #654b00;
}
TabbedPane HBox.Top, TabbedPane HBox.Bottom{
-fx-padding: 0 10 0 10;
}
TabbedPane VBox.Left, TabbedPane VBox.Right{
-fx-padding: 10 0 10 0;
}
TabbedPane HBox.Top ToggleButton{
-fx-border-width: 1 1 0 1;
-fx-border-radius: 5 5 0 0;
-fx-background-radius: 5 5 0 0;
-fx-border-insets: 2 0 0 0;
-fx-background-insets: 2 0 0 0;
}
TabbedPane HBox.Bottom ToggleButton{
-fx-border-width: 0 1 1 1;
-fx-border-radius: 0 0 5 5;
-fx-background-radius: 0 0 5 5;
-fx-border-insets: 0 0 2 0;
-fx-background-insets: 0 0 2 0;
}
TabbedPane VBox.Left ToggleButton {
-fx-border-width: 1 0 1 1;
-fx-border-radius: 5 0 0 5;
-fx-background-radius: 5 0 0 5;
-fx-border-insets: 0 0 0 2;
-fx-background-insets: 0 0 0 2;
}
TabbedPane VBox.Right ToggleButton {
-fx-border-width: 1 1 1 0;
-fx-border-radius: 0 5 5 0;
-fx-background-radius: 0 5 5 0;
-fx-background-insets: 0 2 0 0;
-fx-border-insets: 0 2 0 0;
}
TabbedPane HBox ToggleButton:selected, TabbedPane VBox ToggleButton:selected {
-fx-background-color: bgClear;
}
TabbedPane{
-fx-background-color: bg;
}
TabbedPane.Top StackPane{
-fx-background-color: bgClear;
-fx-background-radius: 10;
}
TabbedPane.Bottom StackPane{
-fx-background-color: bgClear;
-fx-background-radius: 10;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy