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 { div.cp-button-confirm {
display: inline-block; display: inline-block;
button { button {
margin: 0; margin: 0 !important;
} }
.cp-button-timer { .cp-button-timer {
height: 3px; height: 3px;

View File

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