Skip to content

Commit

Permalink
Remove command input border
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsieu committed Nov 1, 2021
1 parent 07dce75 commit 4fa6c32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/view/DarkTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,8 @@
-fx-background-insets: 0;
-fx-border-radius: 4;
-fx-background-radius: 4;
-fx-border-color: -fx-color-raised -fx-color-raised -fx-color-focused -fx-color-raised;
-fx-border-insets: 0;
-fx-border-width: 1;
-fx-border-width: 0;
-fx-font-size: 13pt;
-fx-text-fill: white;
}
Expand Down

0 comments on commit 4fa6c32

Please sign in to comment.