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

org.fxmisc.richtext.styled-text-area.css Maven / Gradle / Ivy

.styled-text-area {
    -fx-cursor: text;
}

.styled-text-area .paragraph-box {
    -fx-padding: -0.5 0 -0.5 0;
}

.styled-text-area .paragraph-box .paragraph-text {
    -fx-line-spacing: 1;
}

.styled-text-area .caret {
    -rtfx-blink-rate: 500ms;
    -fx-stroke-width: 1.0;
}

/* For folding/hiding paragraphs. It's applied to TextFlow. */
.styled-text-area .collapse { visibility: collapse; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy