Skip to content

Commit 711e436

Browse files
committed
more changes in tests and style
1 parent 483ffb2 commit 711e436

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/resources/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ styles.css
55
.root {
66
/* -fx-background-color: linear-gradient(to bottom, #8b0000, #ffd700);*/
77
-fx-background-color: #ffffff, linear-gradient(to bottom, #8b0000, #ffd700);
8-
-fx-background-insets: 0, 5;
9-
-fx-background-radius: 0, 10;
8+
-fx-background-insets: 0, 4;
9+
-fx-background-radius: 0, 3;
1010

1111
}
1212
/*.list-view{*/
@@ -48,15 +48,15 @@ styles.css
4848
-fx-font-weight: bold;
4949
}
5050
.text-area{
51+
-fx-control-inner-background: transparent;
5152
-fx-padding: 5px 7px;
5253
-fx-text-fill: black;
5354
-fx-font-size: 14;
54-
-fx-border: 1px solid #ccc;
55+
5556
-fx-border-radius: 8px;
5657
-fx-background-color: transparent;
5758
-fx-effect: dropshadow(three-pass-box, rgba(0,0,0,0.2), 5, 0, 0, 0);
5859
}
59-
.text-area:focus {}
6060
.button{
6161
-fx-background-color: #007bff;
6262
-fx-text-fill: white;

0 commit comments

Comments
 (0)