diff options
| author | sD <stoned@derpymail.org> | 2019-12-27 19:51:17 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-27 19:51:17 +0100 |
| commit | 00dfd4ff2a44ea7dfc7c7bda0e5aa8e6769c0802 (patch) | |
| tree | fa33dca76c8fbf21032d5cc5e958e82901ea27a6 /webAO/client.css | |
| parent | 0b75eb4537427e2acac10672539eb80d8887ca3c (diff) | |
ebidense
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/webAO/client.css b/webAO/client.css index a5db488..be80855 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -367,10 +367,14 @@ img { height: auto; } -#evi_icon { - background-image: url("/misc/empty.png"); - background-repeat: no-repeat; - background-size: contain; +.evi_icon { + width: 70px; + height: 70px; + background-color: #787878; + outline-color:#886060; + outline-width: 1px; + outline-style: inset; + outline-offset: -1px; } #evi_options { |
