You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* css */
|
|
/* Author: Lukas Martin */
|
|
|
|
.background {
|
|
-fx-background-color: #252530;
|
|
-fx-border-color: #6b6868;
|
|
-fx-background-radius: 16 16 16 16;
|
|
-fx-border-radius: 16 16 16 16;
|
|
-fx-border-width: 1px 1px 1px 1px;
|
|
} |