diff options
| author | sD <stoned@derpymail.org> | 2019-12-27 17:23:37 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-27 17:23:37 +0100 |
| commit | 79943eb4eb3e9534f833b99cfcdf40acf6749c6f (patch) | |
| tree | 6725a36664083be48c3d887c981880170d64c2b5 /webAO/client.css | |
| parent | d8624ea73b6ade0e710818faacd0182a4aeb7c9e (diff) | |
trapezoidbuttons looked like ass
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/webAO/client.css b/webAO/client.css index a4a4f09..84af5d5 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -459,28 +459,6 @@ img { box-shadow: 1px inset; } -.trapezoid_button { - color: white; - text-align: center; - background: #7b2900; - display: inline-block; - height: 30px; - margin: 10px 5px; - position: relative; - width: 100px; - } - .trapezoid_button:before { - border-bottom: 15px solid #7b2900; - border-left: 50px solid transparent; - border-right: 50px solid transparent; - content: ""; - height: 0; - left: 0; - position: absolute; - top: -15px; - width: 0; - } - .client_button.hover_button.inactive { display: none; } |
