diff options
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.html | 1 | ||||
| -rw-r--r-- | webAO/styles/default.css | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index 306a01a..c033f24 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -56,6 +56,7 @@ <div id="client_chat"> <p id="client_inner_chat"></p> </div> + <div id="client_chatwaiting">▶</div> </div> <img id="client_testimony" alt="Testimony overlay" style="display: none;" onerror="imgError(this);"> </div> diff --git a/webAO/styles/default.css b/webAO/styles/default.css index 5235f70..2581ae2 100644 --- a/webAO/styles/default.css +++ b/webAO/styles/default.css @@ -44,4 +44,8 @@ img { #client_chat p { margin: 4px; color: white; +} + +#client_chatwaiting { + display: none; }
\ No newline at end of file |
