This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
envoy/client/src/main/resources/css/base.css

164 lines
2.6 KiB
CSS

.button, .list-cell, .progress-bar * {
-fx-background-radius: 0.3em;
}
.context-menu, .context-menu > * {
-fx-background-radius: 15.0px;
}
.list-cell:selected, .menu-item:hover, .combo-box-popup .list-view .list-cell:selected {
-fx-background-color: #454c4f;
}
#text-enter-container, #contact-search-enter-container {
-fx-background-radius: 5.0em;
}
#round-button {
-fx-background-radius: 5.0em;
}
.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;
}
.menu-item {
-fx-background-radius: 15.0px;
}
.button:hover {
-fx-scale-x: 1.05;
-fx-scale-y: 1.05;
}
.label, .quick-select {
-fx-background-color: transparent;
}
.scroll-bar:horizontal, .scroll-bar:horizontal *, .scroll-bar:horizontal > *{
-fx-background-color: transparent;
-fx-text-fill: transparent;
}
.progress-bar{
-fx-progress-color: blue;
}
.online {
-fx-text-fill: limegreen;
}
.away {
-fx-text-fill: orangered;
}
.busy {
-fx-text-fill: red;
}
.offline {
-fx-text-fill: gray;
}
.received-message {
-fx-alignment: center-left;
-fx-background-radius: 1.3em;
-fx-text-alignment: right;
}
.own-message {
-fx-alignment: center-right;
-fx-background-radius: 1.3em;
-fx-text-alignment: left;
}
.unread-messages-amount {
-fx-alignment: center;
-fx-background-color: orange;
-fx-background-radius: 4.0em;
-fx-text-alignment: center;
}
#login-button {
-fx-background-radius: 1.0em;
}
#register-switch {
-fx-background-color: transparent;
-fx-text-fill: orange;
}
#login-input-field {
-fx-background-color: transparent;
-fx-border: solid;
-fx-border-width: 0.0 0.0 1.0 0.0;
}
#remaining-chars-label {
-fx-text-fill: #00FF00;
-fx-background-color: transparent;
}
#info-label-success {
-fx-text-fill: #00FF00;
}
#info-label-info {
-fx-text-fill: yellow;
}
#info-label-warning {
-fx-text-fill: orange;
}
#info-label-error {
-fx-text-fill: red;
}
#transparent-background {
-fx-background-color: transparent;
}
#profile-pic {
-fx-radius: 1.0em;
}
.list-element {
-fx-background-color: transparent;
}
.tab-pane {
-fx-tab-max-height: 0.0 ;
}
.tab-pane .tab-header-area {
visibility: hidden ;
-fx-padding: -20.0 0.0 0.0 0.0;
}
.disabled-chat {
-fx-background-color: #0000FF;
}
#quick-select-list .scroll-bar:horizontal{
-fx-pref-height: 0.0;
-fx-max-height: 0.0;
-fx-min-height: 0.0;
}
#quick-select-list .scroll-bar:vertical{
-fx-pref-width: 0.0;
-fx-max-width: 0.0;
-fx-min-width: 0.0;
}