aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/soj.css
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2021-06-29 19:56:20 +0200
committerstonedDiscord <Tukz@gmx.de>2021-06-29 19:56:20 +0200
commit29aca4009e628ef1f517ab15b1b9bd8d8a46cdde (patch)
tree8514dcc3064071aba537c9bb7eb3d0579b992b05 /webAO/styles/soj.css
parent104989551ad00feff25ddb1500e3cea723a1379c (diff)
seperate objection and normal buttons
Diffstat (limited to 'webAO/styles/soj.css')
-rw-r--r--webAO/styles/soj.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/webAO/styles/soj.css b/webAO/styles/soj.css
index 2366c5f..ffc3b42 100644
--- a/webAO/styles/soj.css
+++ b/webAO/styles/soj.css
@@ -36,6 +36,19 @@ body {
outline-offset: -1px;
}
+.objection_button {
+ margin: 1px;
+ padding: 2px 15px;
+ cursor: pointer;
+ text-align: center;
+ font-weight: bold;
+ color: #fff;
+ background: linear-gradient(to bottom, #6b3c10, #422008);
+ border: 1px solid #211408;
+ outline: 1px solid #846129;
+ outline-offset: -1px;
+}
+
#client_log {
position: relative;
height: 100%;