Adjusted message Enter bar (field and buttons) and changed color

This commit is contained in:
DieGurke
2020-07-16 18:17:52 +02:00
parent a76c2a347e
commit bf499da97d
3 changed files with 41 additions and 11 deletions

View File

@ -8,6 +8,28 @@
-fx-background-color: transparent;
}
#messageEnterContainer {
-fx-background-radius: 5em;
}
#bottomButton {
-fx-background-radius: 5em;
}
.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;
}

View File

@ -18,8 +18,8 @@
-fx-background-color: lightgray;
}
.list-view, .list-cell, .text-area .content, .text-field, .password-field, .tooltip, .pane, .pane .content, .vbox, .titled-pane > .title, .titled-pane > *.content, .context-menu, .menu-item {
-fx-background-color: dimgray;
.list-view, .list-cell, #messageEnterContainer, .text-field, .password-field, .tooltip, .pane, .pane .content, .vbox, .titled-pane > .title, .titled-pane > *.content, .context-menu, .menu-item {
-fx-background-color: #262626;
}
.list-cell:selected, .list-cell:selected > *, .menu-item:hover {
@ -45,3 +45,4 @@
#loginBackground {
-fx-background-color: rgb(25, 25, 25);
}