Made the contact search area appealing for the eye and relocated buttons

This commit is contained in:
DieGurke
2020-08-01 10:00:34 +02:00
parent b678ae295b
commit 74ebd158f2
3 changed files with 50 additions and 16 deletions

View File

@ -8,7 +8,7 @@
-fx-background-color: transparent;
}
#messageEnterContainer {
#textEnterContainer, #contact-search-enter-container {
-fx-background-radius: 5.0em;
}

View File

@ -46,14 +46,24 @@
-fx-background-color: rgb(25, 25, 25);
}
#chatList, #topBar {
#chatList, #topBar, #search-panel {
-fx-background-color: #303030;
}
#messageEnterContainer {
#textEnterContainer {
-fx-background-color: #363636;
}
#contact-search-enter-container {
-fx-background-color: #202020;
}
#underline {
-fx-border: solid;
-fx-border-width: 0.0 0.0 1.0 0.0;
-fx-border-color: #202020;
}
.groupMemberNames {
-fx-text-fill: rgb(105.0,0.0,153.0);
-fx-font-weight: bold;