diff options
| author | sD <stoned@derpymail.org> | 2020-01-06 21:11:22 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-01-06 21:11:22 +0100 |
| commit | bb591c1f9e05a558e7fd54dfca81b22055bf99af (patch) | |
| tree | 8e81544288781cd60911536035bf65e635932585 /webAO | |
| parent | 6da1daf8b6ea8fd9c03f9dfe75143e0a93b16e93 (diff) | |
add border to emotebuttons
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.css | 1 |
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 { |
