-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #324 from afester/dottedUnderline
Use the -rtfx prefix for RichTextFX specific underline properties, us the underline width as the toggle to enable/disable the underline.
- Loading branch information
Showing
3 changed files
with
46 additions
and
49 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
richtextfx-demos/src/main/resources/org/fxmisc/richtext/demo/spellchecking.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.underlined { | ||
-fx-underline-color: red; | ||
-fx-underline-dash-array: 2 2; | ||
-fx-underline-width: 1; | ||
-fx-underline-cap: butt; | ||
-rtfx-underline-color: red; | ||
-rtfx-underline-dash-array: 2 2; | ||
-rtfx-underline-width: 1; | ||
-rtfx-underline-cap: butt; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters