parent
1b593c2b19
commit
a516c11b7e
@ -4,8 +4,10 @@
|
|||||||
|
|
||||||
.context-menu, .context-menu > * {
|
.context-menu, .context-menu > * {
|
||||||
-fx-background-radius: 15.0px;
|
-fx-background-radius: 15.0px;
|
||||||
/*TODO: solution below does not work */
|
}
|
||||||
-fx-background-color: transparent;
|
|
||||||
|
.list-cell:selected, .menu-item:hover {
|
||||||
|
-fx-background-color: #454c4f;
|
||||||
}
|
}
|
||||||
|
|
||||||
#text-enter-container, #contact-search-enter-container {
|
#text-enter-container, #contact-search-enter-container {
|
||||||
|
@ -22,10 +22,6 @@
|
|||||||
-fx-background-color: #222222;
|
-fx-background-color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-cell:selected, .list-cell:selected > *, .menu-item:hover {
|
|
||||||
-fx-background-color: #690099;
|
|
||||||
}
|
|
||||||
|
|
||||||
.received-message {
|
.received-message {
|
||||||
-fx-background-color: gray;
|
-fx-background-color: gray;
|
||||||
}
|
}
|
||||||
|
@ -18,10 +18,6 @@
|
|||||||
-fx-background-color: #E3E3E3;
|
-fx-background-color: #E3E3E3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-cell:selected, .list-cell:selected > *, .menu-item:hover {
|
|
||||||
-fx-background-color: #805959;
|
|
||||||
}
|
|
||||||
|
|
||||||
.received-message {
|
.received-message {
|
||||||
-fx-background-color: lightgray;
|
-fx-background-color: lightgray;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user