diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 18:50:56 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 18:50:56 +0100 |
| commit | afc9fc26c4c9861921969652e456d2b44a5a1e62 (patch) | |
| tree | a0cc84435e623f3b54bbb1a1696e5fd05bcef197 /webAO/styles/default.css | |
| parent | fd943e2152c6e0fbfd5385fcec42791ba3b9dead (diff) | |
change menu icon naming and revert old style buttons for the default theme
Diffstat (limited to 'webAO/styles/default.css')
| -rw-r--r-- | webAO/styles/default.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/webAO/styles/default.css b/webAO/styles/default.css index 2581ae2..eb50603 100644 --- a/webAO/styles/default.css +++ b/webAO/styles/default.css @@ -48,4 +48,19 @@ img { #client_chatwaiting { display: none; +} + +.client_button { + margin: 1px; + padding: 2px 15px; + 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; }
\ No newline at end of file |
