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]