added highlight fill to text fields [ci skip]

This commit is contained in:
Tobias Hagemann
2019-09-03 13:58:22 +02:00
parent 9b15254880
commit bd0ece8020
2 changed files with 2 additions and 0 deletions

View File

@@ -441,6 +441,7 @@
.text-input {
-fx-cursor: text;
-fx-text-fill: TEXT_FILL;
-fx-highlight-fill: PRIMARY_BG;
-fx-prompt-text-fill: TEXT_FILL_SECONDARY;
-fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_NORMAL;
-fx-background-insets: 0, 1px;

View File

@@ -441,6 +441,7 @@
.text-input {
-fx-cursor: text;
-fx-text-fill: TEXT_FILL;
-fx-highlight-fill: PRIMARY_BG;
-fx-prompt-text-fill: TEXT_FILL_SECONDARY;
-fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_NORMAL;
-fx-background-insets: 0, 1px;