diff --git a/client/index.html b/client/index.html index 8f6c323..0c45d2f 100644 --- a/client/index.html +++ b/client/index.html @@ -94,7 +94,7 @@

Send a Message

-
+
Cancel diff --git a/client/styles.css b/client/styles.css index fb43890..1c50bbb 100644 --- a/client/styles.css +++ b/client/styles.css @@ -479,7 +479,7 @@ button::-moz-focus-inner { /* Text Input */ -.textareaElement { +.textarea { box-sizing: border-box; border: none; outline: none; @@ -712,7 +712,7 @@ x-dialog x-paper { background-color: var(--bg-color); } -.textareaElement { +.textarea { color: var(--text-color); background-color: var(--bg-color-secondary); }