From f5479a74a4d5ce0cd236527ea36e870226a797bc Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 12 Feb 2020 18:05:53 +0100 Subject: add the little triangle and hide it --- webAO/client.html | 1 + webAO/styles/default.css | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'webAO') 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 @@

+
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 -- cgit