diff options
| author | sD <stoned@derpymail.org> | 2020-03-07 16:58:47 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-07 16:58:47 +0100 |
| commit | 39259ef342cd5dba087a3d244fbefa60aec57b43 (patch) | |
| tree | 94fd58a64dfd1639c367ea6e1cf4a60044a59eb0 /webAO/styles/client.css | |
| parent | 73db28ab4d005a1a93005d4351db2d1f31d560d2 (diff) | |
change emote border to rounded
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 3c8e087..79b3b94 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -150,9 +150,10 @@ display: inline-block; width: 40px; height: 40px; - padding: 1px; + margin: 2px; cursor: pointer; - border: 1px solid #000; + box-shadow: 0 0 0 2px #000 inset; + border-radius: 4px; } #client_settings { |
