|
|
|
|
@ -1,13 +1,7 @@
|
|
|
|
|
.root {
|
|
|
|
|
-fx-base: rgb(215, 232, 218);
|
|
|
|
|
/*-fx-background: rgba(245, 215, 106, 0.3);*/
|
|
|
|
|
/*-fx-background: rgba(201, 156, 57, 0.35);*/
|
|
|
|
|
/*-fx-background: rgba(251, 197, 30, 0.51);*/
|
|
|
|
|
-fx-background: rgba(0, 255, 190, 0.11);
|
|
|
|
|
|
|
|
|
|
/* make controls (buttons, thumb, etc.) slightly lighter */
|
|
|
|
|
-fx-color: derive(-fx-base, 2.5%);
|
|
|
|
|
|
|
|
|
|
/* text fields and table rows background */
|
|
|
|
|
-fx-control-inner-background: rgb(200, 200, 200);
|
|
|
|
|
/* version of -fx-control-inner-background for alternative rows */
|
|
|
|
|
|