Fix resolve button UI issues in comments

This commit is contained in:
yflory 2020-04-30 12:25:22 +02:00
parent b37b8c4b31
commit 49d037a085
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
div.cp-button-confirm {
display: inline-block;
button {
margin: 0;
margin: 0 !important;
}
.cp-button-timer {
height: 3px;

View File

@ -544,7 +544,7 @@ define([
});
UI.confirmButton(resolve, {
classes: 'btn-danger-alt'
classes: 'btn-danger'
}, function () {
// Delete the comment
delete Env.comments.data[key];