Skip to content

Commit

Permalink
Feat style.css: Better integration of the focus border
Browse files Browse the repository at this point in the history
  • Loading branch information
Lob2018 committed Jan 29, 2025
1 parent 192b74f commit 2321e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/fr/softsf/sudokufx/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
.button:focused,.toast:focused {
-fx-border-color: #0C8CE9;
-fx-border-width: .2em;
-fx-border-radius: .1em;
-fx-border-insets: -.1em;
-fx-border-radius: .25em;
-fx-border-insets: -.2em;
}

.button {
Expand Down

0 comments on commit 2321e83

Please sign in to comment.