Skip to content

Commit 200b01f

Browse files
author
Andy Goryachev
committed
8364777: RichTextArea: cursor over scrollbar
Reviewed-by: kcr
1 parent 478e1ad commit 200b01f

File tree

1 file changed

+8
-1
lines changed
  • modules/javafx.controls/src/main/resources/com/sun/javafx/scene/control/skin/modena

1 file changed

+8
-1
lines changed

modules/javafx.controls/src/main/resources/com/sun/javafx/scene/control/skin/modena/modena.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3451,7 +3451,6 @@ is being used to size a border should also be in pixels.
34513451
linear-gradient(from 0px 0px to 0px 5px, derive(-fx-control-inner-background, -9%), -fx-control-inner-background);
34523452
-fx-background-insets: 0, 1;
34533453
-fx-background-radius: 3, 2;
3454-
-fx-cursor: text;
34553454
-fx-padding: 0;
34563455
-fx-content-padding: 4 8 4 8;
34573456
}
@@ -3506,3 +3505,11 @@ is being used to size a border should also be in pixels.
35063505
.line-number-decorator .text {
35073506
-fx-bounds-type: visual;
35083507
}
3508+
3509+
.rich-text-area .content {
3510+
-fx-cursor: text;
3511+
}
3512+
3513+
.code-area .content {
3514+
-fx-cursor: text;
3515+
}

0 commit comments

Comments
 (0)