aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-11 18:05:10 +0100
committersD <stoned@derpymail.org>2020-02-11 18:05:10 +0100
commit2bab2d9acd91218537283bf7ccfc5e933b6cd13e (patch)
tree04bcce93f0af008045179f3e0aa36a2afb7c375c /webAO/client.css
parent222c2bc1188aae4fa23d0ff8da738198fc862a9c (diff)
give buttons the shape they have
Diffstat (limited to 'webAO/client.css')
-rw-r--r--webAO/client.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/webAO/client.css b/webAO/client.css
index d649ba1..1deea9b 100644
--- a/webAO/client.css
+++ b/webAO/client.css
@@ -473,18 +473,16 @@ img {
}
.client_button {
+ min-width: 6em;
margin: 1px;
- padding: 2px 15px;
+ padding: 6px 2px;
+ clip-path: polygon(75% 0, 100% 50%, 100% 100%, 0 100%, 0 50%, 25% 0);
cursor: pointer;
text-align: center;
- font-weight: bold;
color: white;
background-color: #7b2900;
- border-radius: 3px;
- border-style: solid;
- border-width: 1px;
- border-color: #fff;
- box-shadow: 1px 1px inset;
+ text-shadow: 0 0 4px #000;
+ border: 1px solid #000;
}
.client_button.hover_button.inactive {