This commit is contained in:
Ross
2021-07-08 16:35:49 +01:00
parent 668b0d7824
commit fb2aa07b17
@@ -107,7 +107,6 @@
.done(function (data) { .done(function (data) {
console.log(data); console.log(data);
toastr.info('Answer saved') toastr.info('Answer saved')
}
}) })
.fail(function () { .fail(function () {
alert('Error updating this model instance.'); alert('Error updating this model instance.');
@@ -220,6 +219,7 @@
font-size: x-small; font-size: x-small;
opacity: 10%; opacity: 10%;
} }
.toggle-button:hover { .toggle-button:hover {
font-size: x-small; font-size: x-small;
opacity: 100%; opacity: 100%;