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/cyber.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'webAO/styles/cyber.css') diff --git a/webAO/styles/cyber.css b/webAO/styles/cyber.css index 5856cbc..036938d 100644 --- a/webAO/styles/cyber.css +++ b/webAO/styles/cyber.css @@ -93,6 +93,17 @@ img { border: green solid 1px; } +.objection_button { + min-width: 6em; + margin: 1px; + padding: 6px 2px; + cursor: pointer; + text-align: center; + color: black; + background-color: green; + border: greenyellow solid 1px; +} + #client_log { color: white; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFElEQVQImWNgYGDYjAVTV/A/w2YAfxQSe53wkNkAAAAASUVORK5CYII=) repeat; -- cgit