mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
5cbd729214
#story[1293]
22 lines
463 B
CSS
22 lines
463 B
CSS
.text-area {
|
|
-fx-background-insets: 0;
|
|
-fx-background-color: transparent, white, transparent, white;
|
|
}
|
|
|
|
.text-area .content {
|
|
-fx-background-color: transparent, white, transparent, white;
|
|
}
|
|
|
|
.text-area:focused .content {
|
|
-fx-background-color: transparent, white, transparent, white;
|
|
}
|
|
|
|
.text-area:focused {
|
|
-fx-highlight-fill: #7ecfff;
|
|
}
|
|
|
|
.text-area .content {
|
|
-fx-padding: 10px;
|
|
-fx-text-fill: gray;
|
|
-fx-highlight-fill: #7ecfff;
|
|
} |