Feedback form: enable/disable SUBMIT button automatically

This commit is contained in:
bergware
2024-02-03 20:50:30 +01:00
parent e6b6af68ed
commit a992d17c3d

View File

@@ -34,6 +34,7 @@ $width = in_array($display['theme'], ['azure','gray']) ? '98.8%' : '100%';
div.spinner.fixed{z-index:100000}
div#control_panel{position:absolute;left:0;right:0;top:0;padding-top:8px;line-height:24px;white-space:nowrap}
div.divide{text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
div.divide label{margin-right:30px}
div.allpanels{display:none;position:absolute;left:0;right:0;top:40px;bottom:0;overflow:auto}
div#footer_panel{position:absolute;left:0;right:0;bottom:0;text-align:right}
textarea.feedback{width:<?=$width?>;height:530px;margin:0;resize:none}