aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-01-06 21:11:22 +0100
committersD <stoned@derpymail.org>2020-01-06 21:11:22 +0100
commitbb591c1f9e05a558e7fd54dfca81b22055bf99af (patch)
tree8e81544288781cd60911536035bf65e635932585
parent6da1daf8b6ea8fd9c03f9dfe75143e0a93b16e93 (diff)
add border to emotebuttons
-rw-r--r--webAO/client.css1
1 files changed, 1 insertions, 0 deletions
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 {