All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.palexdev.mfxresources.themes.javafx.caspian.caspian-no-transparency.css Maven / Gradle / Ivy

There is a newer version: 11.26.0
Show newest version
.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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy