org.fxmisc.richtext.styled-text-area.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of richtextfx Show documentation
Show all versions of richtextfx Show documentation
Rich-text area for JavaFX
.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;
}