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/trilogy.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'webAO/styles/trilogy.css') diff --git a/webAO/styles/trilogy.css b/webAO/styles/trilogy.css index 9dbce5f..82cabc9 100644 --- a/webAO/styles/trilogy.css +++ b/webAO/styles/trilogy.css @@ -68,4 +68,11 @@ body { #client_iccontrols { background-image: url("trilogy_bg.png"); background-repeat: repeat; +} + +.evi_icon { + background-color: #bebfbc; + border: 0.1em solid #f8f5f2; + outline: 0.2em solid #2988bc; + outline-offset: -0.2em; } \ No newline at end of file -- cgit