We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated RichTextFX CSS Reference Guide (markdown)
Added new styles introduced in RichTextFX 0.11.0
Added CSS duration syntax to caret blink rate
spent a million hours figuing out why -fx-font-weight and -fx-font-style weren't working. Hopefully this note will save someone else from having to go through this.
Added additional StyleClass notes to SelectionPath
Correction: TextFlow#fx-line-spacing does work and adds spacing between lines in multi-line paragraph, not in-between paragraphs
Update page to account for CaretNode and SelectionPath
Clarify CSS for Flowless; add comment/link about VirtualizedScrollPane
Add area's pseudo state "read-only"
Update -rtfx custom CSS styles to include border text styles added in #560
Remove warnings about `layoutChildren()` not taking Insets into considerations on its layout pass
Remove/Update content that said StyledTextArea does not respect padding
Add warning that TextFlow's CSS doesn't work and explain why and workarounds.
Explain styleclass-based styling for defaults and overriding it properly issue
Revent commit: no need to use full selector string
Update default text styling example to use full selector strings
Show the CSS pattern to use to style default text
Include note: ":last-paragraph" must be applied before ":first-paragraph"
Update: "-fx-highlight-fill" CSS now works
Renamed page title to better reflect purpose