From bb591c1f9e05a558e7fd54dfca81b22055bf99af Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 6 Jan 2020 21:11:22 +0100 Subject: add border to emotebuttons --- webAO/client.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webAO/client.css b/webAO/client.css index 0f1d32d..baab8c2 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -153,6 +153,7 @@ img { height: 40px; padding: 1px; cursor: pointer; + border: 1px solid #000; } #client_settings { -- cgit