Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3451,7 +3451,6 @@ is being used to size a border should also be in pixels.
linear-gradient(from 0px 0px to 0px 5px, derive(-fx-control-inner-background, -9%), -fx-control-inner-background);
-fx-background-insets: 0, 1;
-fx-background-radius: 3, 2;
-fx-cursor: text;
-fx-padding: 0;
-fx-content-padding: 4 8 4 8;
}
Expand Down Expand Up @@ -3506,3 +3505,11 @@ is being used to size a border should also be in pixels.
.line-number-decorator .text {
-fx-bounds-type: visual;
}

.rich-text-area .content {
-fx-cursor: text;
}

.code-area .content {
-fx-cursor: text;
}