From 29aca4009e628ef1f517ab15b1b9bd8d8a46cdde Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 29 Jun 2021 19:56:20 +0200 Subject: seperate objection and normal buttons --- webAO/styles/soj.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'webAO/styles/soj.css') 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%; -- cgit