Fossil

Diff
Login

Diff

Differences From Artifact [87647bcb66]:

To Artifact [3f1486cb11]:


189
190
191
192
193
194
195



196
197
198
199
200
201
202
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205







+
+
+







  flex: 10 1 auto;
  background-color: rgba(156,156,156,0.3);
  overflow: auto;
  resize: vertical;
  white-space: pre-wrap;
  /* ^^^ Firefox, when pasting plain text into a contenteditable field,
     loses all newlines unless we explicitly set this. Chrome does not. */
  cursor: text;
  /* ^^^ In some browsers the cursor may not change for a contenteditable
     element until it has focus, causing potential confusion. */
}
#chat-input-field:empty::before {
  content: attr(data-placeholder);
  opacity: 0.6;
}
#chat-input-field:not(:focus){
  border-width: 1px;