diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-06-29 19:56:20 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2021-06-29 19:56:20 +0200 |
| commit | 29aca4009e628ef1f517ab15b1b9bd8d8a46cdde (patch) | |
| tree | 8514dcc3064071aba537c9bb7eb3d0579b992b05 /webAO/styles/trilogy.css | |
| parent | 104989551ad00feff25ddb1500e3cea723a1379c (diff) | |
seperate objection and normal buttons
Diffstat (limited to 'webAO/styles/trilogy.css')
| -rw-r--r-- | webAO/styles/trilogy.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/webAO/styles/trilogy.css b/webAO/styles/trilogy.css index 82cabc9..9848bb7 100644 --- a/webAO/styles/trilogy.css +++ b/webAO/styles/trilogy.css @@ -13,6 +13,17 @@ body { border: 2px solid white; } +.objection_button { + margin: 1px; + padding: 2px 15px; + cursor: pointer; + text-align: center; + font-weight: bold; + color: white; + background-color: #2781b2; + border: 2px solid white; +} + .client_button:hover { outline: 1px solid #ffc31d; outline-offset: 7px; |
