mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Apply color style
This commit is contained in:
parent
abae3639c2
commit
cc4518b4d6
@ -58,6 +58,16 @@
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#conversationsElem .create-message-form .btn-primary {
|
||||
border-color: var(--primary-blue);
|
||||
}
|
||||
|
||||
#conversationsElem .create-message-form .btn-primary:hover {
|
||||
background-color: var(--primary-blue);
|
||||
border-color: var(--primary-blue);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Conversation settings pane
|
||||
|
Loading…
Reference in New Issue
Block a user