diff options
| author | sD <stoned@derpymail.org> | 2020-04-14 00:29:23 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-14 00:29:23 +0200 |
| commit | edcbe700ec60cecc0b9d519643b0e4cdfd15a0c1 (patch) | |
| tree | e7e09abcc3dcdda04db73d83b09007c441ad5465 /webAO/styles/client.css | |
| parent | 08d656ead77cd8d204a7c19cc405de3294093e9a (diff) | |
match AA style for evidence icon
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 4c15f93..187e4ca 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -323,11 +323,8 @@ .evi_icon { width: 70px; height: 70px; - background-color: #787878; - outline-color: #886060; - outline-width: 1px; - outline-style: inset; - outline-offset: -1px; + background-color: #7b7b7b; + border: 2px ridge #ffffff; } #evi_options { |
