mirror of https://github.com/xwiki-labs/cryptpad
Fix resolve button UI issues in comments
This commit is contained in:
parent
b37b8c4b31
commit
49d037a085
|
@ -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;
|
||||||
|
|
|
@ -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];
|
||||||
|
|
Loading…
Reference in New Issue