From c499900cfba6052cf4e75a423cceb23146a76a6b Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 26 Apr 2020 18:42:27 +0200 Subject: move evi icon to theme --- webAO/styles/classic.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'webAO/styles/classic.css') diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index 985c04f..cd445ec 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -38,6 +38,16 @@ hr { background-color: #9cc694; } +.evi_icon { + width: 70px; + min-width: 70px; + height: 70px; + background-color: #7b7b7b; + outline: 2px ridge #fff; + outline-offset: -2px; + margin-right: 2px; +} + #client_menu { background-color: #5a5a5a; overflow-y: auto; -- cgit