From 00dfd4ff2a44ea7dfc7c7bda0e5aa8e6769c0802 Mon Sep 17 00:00:00 2001 From: sD Date: Fri, 27 Dec 2019 19:51:17 +0100 Subject: ebidense --- webAO/client.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'webAO/client.css') 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 { -- cgit