From 06fe5565c0e6ccdaf59f1f6ff5995a16e6c8b6f4 Mon Sep 17 00:00:00 2001 From: sD Date: Tue, 14 Apr 2020 00:36:09 +0200 Subject: draw border on top of the ugly border most evis have --- webAO/styles/client.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'webAO') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 187e4ca..eb53391 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -322,14 +322,18 @@ .evi_icon { width: 70px; + min-width: 70px; height: 70px; background-color: #7b7b7b; - border: 2px ridge #ffffff; + outline: 2px ridge #fff; + outline-offset: -2px; } #evi_options { display: inline-block; - padding-left: 5px; + width: 100%; + margin-left: 2px; + border: 2px ridge white; } #evi_options label { -- cgit