Bladeren bron

added highlight fill to text fields [ci skip]

Tobias Hagemann 5 jaren geleden
bovenliggende
commit
bd0ece8020
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 1 0
      main/ui/src/main/resources/css/dark_theme.css
  2. 1 0
      main/ui/src/main/resources/css/light_theme.css

+ 1 - 0
main/ui/src/main/resources/css/dark_theme.css

@@ -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;

+ 1 - 0
main/ui/src/main/resources/css/light_theme.css

@@ -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;