Improve send message form

This commit is contained in:
Pierre
2017-06-21 18:29:14 +02:00
parent b421e8365f
commit 207ca44ac7
3 changed files with 97 additions and 7 deletions

View File

@ -23,6 +23,15 @@
padding-right:6px;
}
#conversationsElem .create-message-form .btn.btn-add-image {
background: none;
color: #808080;
}
#conversationsElem .create-message-form .btn.btn-add-image:hover{
color: black;
}
/**
* Conversation settings pane
*/