org.eclipse.fx.ui.controls.styledtext.styledtextarea.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.fx.ui.controls Show documentation
Show all versions of org.eclipse.fx.ui.controls Show documentation
Custom JavaFX controls like a styled text component, ...
.styled-text-area .source-segment {
-fx-font-family: Courier;
-fx-font-size: 15;
/* @SuppressWarning */
-styled-text-color: black;
-fx-fill: -styled-text-color;
}
.styled-text-area .plain-source-segment {
-fx-font-family: Courier;
-fx-font-size: 15;
}
.styled-text-area .line-ruler-text {
-fx-font-family: Courier;
-fx-font-size: 15;
}
/* FIXME: Fixes layouting issues with ListView */
.styled-text-area .list-view {
-fx-fixed-cell-size: 18;
}
.styled-text-area .list-cell:filled:focused:selected {
-fx-background-color: #e8f2fe;
}
.styled-text-area .list-cell:odd {
-fx-background-color: transparent;
}
.styled-text-area .list-cell:even {
-fx-background-color: transparent;
}
.styled-text-area .list-cell:filled:hover {
-fx-background-color: transparent;
}
.styled-text-area .list-cell {
-fx-padding: 0 0 0 5;
}
.styled-text-area .source-segment-container {
}
.styled-text-area .sheet {
-fx-cursor: text;
}
.styled-text-area .text-caret {
-fx-fill: black;
-fx-stroke: black;
}
.styled-text-area .selection-marker {
-fx-background-color: #b5d5ff;
}