Made the contact search area appealing for the eye and relocated buttons
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
-fx-background-color: transparent;
|
||||
}
|
||||
|
||||
#messageEnterContainer {
|
||||
#textEnterContainer, #contact-search-enter-container {
|
||||
-fx-background-radius: 5.0em;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user