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.
 
 
 

30 lines
491 B

.user-box {
-fx-padding: 0.0 2.5 0.0 0.0;
-fx-background-radius: 0px;
-fx-border-color: #337ab7;
}
.user-box:selected {
-fx-background-color: red;
}
.user-radio .radio {
visibility: hidden;
-fx-pref-width: 0.0px;
-fx-max-width: 0.0px;
-fx-padding: 0.0 0.0 0.0 0.0;
}
.user-radio {
-fx-font-size: 20px ;
}
#nameLabel {
-fx-text-fill: #fff;
}
.user-radio {
-fx-text-fill: #fff;
}
.messageLabel {
-fx-padding: 0.0 0.0 0.0 5.0;
-fx-text-fill: #fff;
-fx-font-size: 15px ;
}