/* .button { -fx-background-color: #009688; -fx-background-radius: 0.0; -fx-text-fill: #FFFFFF; -fx-margin: 0.0; -fx-background-radius: 21.0px; } */ /* .userButton{ -fx-background-color: #ff9688; -fx-background-radius: 0.0px; -fx-pref-width: 100px; -fx-pref-height: 40px; -fx-background-insets: 5px; } */ .root{ -fx-padding: 5.0 5.0 5.0 5.0; -fx-background-image: url("../images/backgroung.jpg"); -fx-background-size: 1920.0 1080.0; -fx-background-position: center center; } #flowPane { -fx-hgap: 5.0px; -fx-vgap: 5.0px; } .userVbox { -fx-padding: 5.0 5.0 5.0 5.0; -fx-background-insets: 5px; -fx-background-size: 1920.0 1080.0; -fx-background-position: center center; -fx-background-color: #ff0055; -fx-background-radius: 10px; } #chatTextArea{ -fx-font-size: 1.4em; } .my-list-cell { -fx-background-color: null; } .my-list-view { -fx-background-color: null; } .my-list-view > .list-cell { -fx-background-color: null; } /*.myButton { -fx-background-radius: 21.0px; }*/