Unified color specifications to HEX colors
This commit is contained in:
parent
d9599c2f0e
commit
3dc14e10e3
@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
-fx-background-color: rgb(105.0,0.0,153.0);
|
-fx-background-color: #690099;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:pressed {
|
.button:pressed {
|
||||||
@ -23,7 +23,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.list-cell:selected, .list-cell:selected > *, .menu-item:hover {
|
.list-cell:selected, .list-cell:selected > *, .menu-item:hover {
|
||||||
-fx-background-color: rgb(105.0,0.0,153.0);
|
-fx-background-color: #690099;
|
||||||
}
|
}
|
||||||
|
|
||||||
.received-message {
|
.received-message {
|
||||||
@ -43,7 +43,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#login-background {
|
#login-background {
|
||||||
-fx-background-color: rgb(25, 25, 25);
|
-fx-background-color: #191919;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat-list, #top-bar, #search-panel, #note-background {
|
#chat-list, #top-bar, #search-panel, #note-background {
|
||||||
@ -65,7 +65,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.group-member-names {
|
.group-member-names {
|
||||||
-fx-text-fill: rgb(105.0,0.0,153.0);
|
-fx-text-fill: #690099;
|
||||||
-fx-font-weight: bold;
|
-fx-font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user