io.github.palexdev.mfxresources.themes.javafx.caspian.caspian-no-transparency.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of materialfx-all Show documentation
Show all versions of materialfx-all Show documentation
Material Design/Modern components for JavaFX, now packed as a single Jar
.context-menu {
-fx-background-radius: 0;
}
.choice-box > .context-menu {
-fx-background-radius: 0;
}
.combo-box-popup > .list-view {
-fx-background-insets: 0 -1 -1 0, 1 0 1 1;
-fx-effect: null;
}
.combo-box-popup > .list-view > .virtual-flow > .scroll-bar:vertical {
-fx-background-insets: 0, 0 0 1 1;
-fx-padding: -1 -2 -1 0;
}
.color-palette {
-fx-background-radius: 0;
-fx-effect: null;
}
.tooltip {
-fx-effect: null;
-fx-background-insets: 0 0 -1 0, 1, 2;
}
.date-picker-popup {
-fx-background-radius: 0;
-fx-effect: null;
}