Skip to content

Commit

Permalink
Merge pull request #4 from rayray39/branch-UpdateUI-CommandTextField
Browse files Browse the repository at this point in the history
Branch update UI command text field
  • Loading branch information
rayray39 authored Oct 12, 2024
2 parents 99ee5c2 + 59ce12f commit 8842a64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/view/DarkTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,11 @@
-fx-text-fill: black;
}

#commandTextField:focused {
-fx-background-color: #fef3c2;
-fx-border-color: #383838;
}

#filterField, #personListPanel, #personWebpage {
-fx-effect: innershadow(gaussian, black, 10, 0, 0, 0);
}
Expand Down

0 comments on commit 8842a64

Please sign in to comment.