WIP desktop client for Chatto reimplemented in ScalaFX and Sapphire Framework
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.
 
 
 

55 lines
1.0 KiB

/* .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 5 5 5;
-fx-background-image: url("../images/backgroung.jpg");
-fx-background-size: 1920 1080;
-fx-background-position: center center;
}
#flowPane {
-fx-hgap: 5px;
-fx-vgap: 5px;
}
/* .userVbox {
-fx-padding: 5 5 5 5;
-fx-background-insets: 5px;
-fx-background-size: 1920 1080;
-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;
}*/