diff options
| author | sD <stoned@derpymail.org> | 2020-04-26 18:42:27 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-26 18:42:27 +0200 |
| commit | c499900cfba6052cf4e75a423cceb23146a76a6b (patch) | |
| tree | 11e6d8e56b2621558b61cc3ecef77d85aff6e104 /webAO/styles/classic.css | |
| parent | dcb35d7ee1ebc04ef58e686b795935e3b3e9c2bb (diff) | |
move evi icon to theme
Diffstat (limited to 'webAO/styles/classic.css')
| -rw-r--r-- | webAO/styles/classic.css | 10 |
1 files changed, 10 insertions, 0 deletions
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; |
