|
|
|
|
@ -11,9 +11,9 @@
|
|
|
|
|
-fx-control-inner-background-alt: derive(-fx-control-inner-background, 10%);
|
|
|
|
|
|
|
|
|
|
/* text colors depending on background's brightness */
|
|
|
|
|
-fx-light-text-color: rgb(220, 220, 220);
|
|
|
|
|
-fx-mid-text-color: rgb(100, 100, 100);
|
|
|
|
|
-fx-dark-text-color: rgb(20, 20, 20);
|
|
|
|
|
-fx-light-text-color: rgb(80, 80, 80);
|
|
|
|
|
-fx-mid-text-color: rgb(20, 20, 20);
|
|
|
|
|
-fx-dark-text-color: rgb(0, 0, 0);
|
|
|
|
|
|
|
|
|
|
/*highlighting/accenting objects. */
|
|
|
|
|
-fx-accent: rgb(128, 128, 128);
|
|
|
|
|
@ -27,8 +27,8 @@
|
|
|
|
|
|
|
|
|
|
/* Fix derived prompt color for text fields */
|
|
|
|
|
.text-input {
|
|
|
|
|
-fx-prompt-text-fill: derive(-fx-control-inner-background, +50%);
|
|
|
|
|
|
|
|
|
|
-fx-prompt-text-fill: derive(-fx-control-inner-background, +0%);
|
|
|
|
|
-fx-background-color: #a9a9a9 , black , black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Keep prompt invisible when focused (above color fix overrides it) */
|
|
|
|
|
|