aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/default.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/default.css
parent104989551ad00feff25ddb1500e3cea723a1379c (diff)
seperate objection and normal buttons
Diffstat (limited to 'webAO/styles/default.css')
-rw-r--r--webAO/styles/default.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/webAO/styles/default.css b/webAO/styles/default.css
index 0d6fd21..5e941e0 100644
--- a/webAO/styles/default.css
+++ b/webAO/styles/default.css
@@ -22,6 +22,21 @@ img {
box-shadow: 1px 1px inset;
}
+.objection_button {
+ margin: 1px;
+ padding: 7px 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;
+}
+
.evi_icon {
width: 70px;
min-width: 70px;