From edcbe700ec60cecc0b9d519643b0e4cdfd15a0c1 Mon Sep 17 00:00:00 2001 From: sD Date: Tue, 14 Apr 2020 00:29:23 +0200 Subject: match AA style for evidence icon --- webAO/styles/client.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'webAO') 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 { -- cgit