2020-07-05 15:37:13 +02:00
|
|
|
.button, .list-cell, .progress-bar * {
|
2020-07-15 18:45:55 +02:00
|
|
|
-fx-background-radius: 0.3em;
|
2020-06-22 22:51:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.context-menu, .context-menu > * {
|
2020-07-01 19:35:15 +02:00
|
|
|
-fx-background-radius: 15.0px;
|
2020-06-22 22:51:10 +02:00
|
|
|
/*TODO: solution below does not work */
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2020-08-01 10:00:34 +02:00
|
|
|
#textEnterContainer, #contact-search-enter-container {
|
2020-07-18 11:50:49 +02:00
|
|
|
-fx-background-radius: 5.0em;
|
2020-07-16 18:17:52 +02:00
|
|
|
}
|
|
|
|
|
2020-07-16 21:13:46 +02:00
|
|
|
#roundButton {
|
2020-07-18 11:50:49 +02:00
|
|
|
-fx-background-radius: 5.0em;
|
2020-07-16 18:17:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-area {
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-area .scroll-pane {
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
}
|
|
|
|
.text-area .scroll-pane .viewport{
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
}
|
|
|
|
.text-area .scroll-pane .content{
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2020-06-22 22:51:10 +02:00
|
|
|
.menu-item {
|
|
|
|
-fx-background-radius: 15.0px;
|
2020-06-06 10:19:33 +02:00
|
|
|
}
|
2020-06-18 22:20:34 +02:00
|
|
|
|
|
|
|
.button:hover {
|
|
|
|
-fx-scale-x: 1.05;
|
|
|
|
-fx-scale-y: 1.05;
|
|
|
|
}
|
2020-06-21 17:04:27 +02:00
|
|
|
|
2020-06-21 17:36:08 +02:00
|
|
|
.label {
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2020-06-23 23:40:18 +02:00
|
|
|
.scroll-bar:horizontal, .scroll-bar:horizontal *, .scroll-bar:horizontal > *{
|
2020-06-23 23:32:31 +02:00
|
|
|
-fx-background-color: transparent;
|
|
|
|
-fx-text-fill: transparent;
|
|
|
|
}
|
|
|
|
|
2020-07-05 15:37:13 +02:00
|
|
|
.progress-bar{
|
|
|
|
-fx-progress-color: blue;
|
|
|
|
}
|
|
|
|
|
2020-06-21 17:25:24 +02:00
|
|
|
.online {
|
|
|
|
-fx-text-fill: limegreen;
|
|
|
|
}
|
|
|
|
|
|
|
|
.away {
|
|
|
|
-fx-text-fill: orangered;
|
|
|
|
}
|
|
|
|
|
|
|
|
.busy {
|
|
|
|
-fx-text-fill: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.offline {
|
|
|
|
-fx-text-fill: gray;
|
2020-06-21 17:36:08 +02:00
|
|
|
}
|
2020-06-22 20:53:44 +02:00
|
|
|
|
|
|
|
.received-message {
|
|
|
|
-fx-alignment: center-left;
|
2020-07-23 11:11:30 +02:00
|
|
|
-fx-background-radius: 1.3em;
|
2020-06-22 20:53:44 +02:00
|
|
|
-fx-text-alignment: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.own-message {
|
|
|
|
-fx-alignment: center-right;
|
2020-07-23 11:11:30 +02:00
|
|
|
-fx-background-radius: 1.3em;
|
2020-06-22 20:53:44 +02:00
|
|
|
-fx-text-alignment: left;
|
|
|
|
}
|
2020-06-26 17:33:32 +02:00
|
|
|
|
2020-07-11 10:40:42 +02:00
|
|
|
.unreadMessagesAmount {
|
|
|
|
-fx-alignment: center;
|
|
|
|
-fx-background-color: orange;
|
|
|
|
-fx-background-radius: 4.0em;
|
|
|
|
-fx-text-alignment: center;
|
|
|
|
}
|
|
|
|
|
2020-07-15 18:45:55 +02:00
|
|
|
#loginButton {
|
2020-07-18 11:50:49 +02:00
|
|
|
-fx-background-radius: 1.0em;
|
2020-07-15 18:45:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#registerSwitch {
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
-fx-text-fill: orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loginInputField {
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
-fx-border: solid;
|
2020-07-18 11:50:49 +02:00
|
|
|
-fx-border-width: 0.0 0.0 1.0 0.0;
|
2020-07-15 18:45:55 +02:00
|
|
|
}
|
|
|
|
|
2020-06-26 17:33:32 +02:00
|
|
|
#remainingCharsLabel {
|
|
|
|
-fx-text-fill: #00FF00;
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
}
|
2020-07-01 19:35:15 +02:00
|
|
|
|
|
|
|
#infoLabel-success {
|
|
|
|
-fx-text-fill: #00FF00;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infoLabel-info {
|
|
|
|
-fx-text-fill: yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infoLabel-warning {
|
|
|
|
-fx-text-fill: orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infoLabel-error {
|
|
|
|
-fx-text-fill: red;
|
|
|
|
}
|
2020-07-16 21:13:46 +02:00
|
|
|
|
|
|
|
#transparentBackground {
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
}
|
2020-07-17 13:56:36 +02:00
|
|
|
|
|
|
|
#profilePic {
|
2020-07-18 11:50:49 +02:00
|
|
|
-fx-radius: 1.0em;
|
2020-07-17 13:56:36 +02:00
|
|
|
}
|
2020-07-18 11:50:49 +02:00
|
|
|
|
|
|
|
.listElement {
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
}
|
2020-08-22 21:50:05 +02:00
|
|
|
|
|
|
|
.tab-pane {
|
|
|
|
-fx-tab-max-height: 0 ;
|
|
|
|
}
|
|
|
|
.tab-pane .tab-header-area {
|
|
|
|
visibility: hidden ;
|
|
|
|
-fx-padding: -20 0 0 0;
|
|
|
|
}
|