aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-14 00:36:09 +0200
committersD <stoned@derpymail.org>2020-04-14 00:36:09 +0200
commit06fe5565c0e6ccdaf59f1f6ff5995a16e6c8b6f4 (patch)
tree8d5968fa1d0f0f70b039776e473b008fa0df5eec /webAO/styles
parentb99c63d4e1807e1b1fd55d2e0600f448e44730d2 (diff)
draw border on top of the ugly border most evis have
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/client.css8
1 files changed, 6 insertions, 2 deletions
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 {