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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy