diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 18:05:53 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 18:05:53 +0100 |
| commit | f5479a74a4d5ce0cd236527ea36e870226a797bc (patch) | |
| tree | 0979195873f60fa48f9de2ed0ab128b3986726a9 /webAO | |
| parent | 31fc58b4b0449f3dc2ae5df7ea3f816f34dbb651 (diff) | |
add the little triangle and hide it
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 |
