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 .paragraph-text {
    -fx-padding: 0 2px;
}

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

.styled-text-area .selection {
    -fx-fill: dodgerblue;
    -fx-stroke-width: 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy