diff --git a/public/index.html b/public/index.html index 942adad..04b425e 100644 --- a/public/index.html +++ b/public/index.html @@ -370,6 +370,22 @@ border-color: #ff9800; } + .modal-error { + display: none; + padding: 12px; + margin-top: 12px; + background: rgba(244, 67, 54, 0.1); + border: 1px solid #f44336; + border-radius: 6px; + color: #f44336; + font-size: 14px; + line-height: 1.5; + } + + .modal-error.active { + display: block; + } + .modal-actions { display: flex; gap: 8px; @@ -481,6 +497,7 @@ class="modal-textarea" id="instructionsTextarea" placeholder="Enter your instructions..."> +