Unified color specifications to HEX colors
This commit is contained in:
parent
f86f3ec200
commit
6c32cf650e
@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
.button {
|
||||
-fx-background-color: rgb(105.0,0.0,153.0);
|
||||
-fx-background-color: #690099;
|
||||
}
|
||||
|
||||
.button:pressed {
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
.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 {
|
||||
@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
#login-background {
|
||||
-fx-background-color: rgb(25, 25, 25);
|
||||
-fx-background-color: #191919;
|
||||
}
|
||||
|
||||
#chat-list, #top-bar, #search-panel, #note-background {
|
||||
@ -65,7 +65,7 @@
|
||||
}
|
||||
|
||||
.group-member-names {
|
||||
-fx-text-fill: rgb(105.0,0.0,153.0);
|
||||
-fx-text-fill: #690099;
|
||||
-fx-font-weight: bold;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user