Auf Thema antworten

Hallo,


wie kann ich im HTMLEditor-Control auch noch die Text-Markierungsfarbe ändern?


Gruß techM


[CODE].root {-fx-focus-color: #6ec2b3; -fx-faint-focus-color: #6ec2b322}

.menu:hover {-fx-background-color: #6ec2b3}

.menu:showing {-fx-background-color: #6ec2b3}

.menu-item:focused {-fx-background-color: #6ec2b3}

.button {-fx-base: #6ec2b3; -fx-font-size: 15px}

.combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected,

.combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:hover,

.combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected:hover {-fx-background-color: #6ec2b3;}[/CODE]



Oben