diff options
Diffstat (limited to 'webAO/styles/classic.css')
| -rw-r--r-- | webAO/styles/classic.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index 936caec..e67cbef 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -93,4 +93,17 @@ img { .menu_content { background-color: #847342; +} + +.client_button { + min-width: 6em; + margin: 1px; + padding: 6px 2px; + clip-path: polygon(75% 0, 100% 50%, 100% 100%, 0 100%, 0 50%, 25% 0); + cursor: pointer; + text-align: center; + color: white; + background-color: #7b2900; + text-shadow: 0 0 4px #000; + border: 1px solid #000; }
\ No newline at end of file |
