Skip to content

Commit

Permalink
some fixes in text fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sadegh-majidi committed Jun 22, 2020
1 parent 5a365eb commit a279ad1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/styelsheets/baseStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,15 @@
}

.text-field {
-fx-background-color: transparent;
-fx-border-color: #4a0249;
-fx-border-width: 2 2 2 2px;
-fx-border-radius: 5px;
-fx-border-width: 0 0 2 0px;
-fx-border-radius: 2px;
}

.text-field:focused {
-fx-background-color: transparent;
-fx-outline: none;
-fx-border-color: #4a0249;
-fx-border-width: 0 0 2 0px;
}
7 changes: 5 additions & 2 deletions target/classes/styelsheets/baseStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,15 @@
}

.text-field {
-fx-background-color: transparent;
-fx-border-color: #4a0249;
-fx-border-width: 2 2 2 2px;
-fx-border-radius: 5px;
-fx-border-width: 0 0 2 0px;
-fx-border-radius: 2px;
}

.text-field:focused {
-fx-background-color: transparent;
-fx-outline: none;
-fx-border-color: #4a0249;
-fx-border-width: 0 0 2 0px;
}

0 comments on commit a279ad1

Please sign in to comment.