diff --git a/tabeleditor.inc.php b/tabeleditor.inc.php index 6294cb6..03466c3 100644 --- a/tabeleditor.inc.php +++ b/tabeleditor.inc.php @@ -102,6 +102,7 @@ var entry = document.getElementById(entry_name); elm.style.CssText = backuped_style; + elm.style.width = elm.style.height = elm.style.outline = elm.style.padding = ""; if (elm.initial_value != value) { elm.style.color= "red"; document.getElementById("__buttons").style.visibility = "visible";