By Jarook on Wednesday, 01 November 2017
Posted in General Issues
Likes 0
Views 341
Votes 0
*Send button is hiding in ES Conversation Popup..
*Archives button also hiding in ES

Please see the screen shots.
Can you add the block of css codes below and see if this works for you?

[gist]
body #es .es-dialog-footer-content .btn:hover,
body #es .es-dialog-footer-content .btn:focus,
body #es .es-dialog-footer-content .btn:active {
color: #428bca !important;
background: none !important;
border-left: 1px solid #ddd !important;
border-right: 0 !important;
border-top: 0 !important;
border-bottom: 0 !important;
}
[/gist]
·
Thursday, 02 November 2017 00:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks It works...
·
Thursday, 02 November 2017 12:09
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome We are going to release an update shortly (2.1.4) which will enforce these buttons to inherit our styling.
·
Thursday, 02 November 2017 12:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post