From 7d505a02d807a13cd85ad9298508eeb3145f021f Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 26 Feb 2020 23:15:38 +0100 Subject: i forgot about the buttons when i removed dark from the charselect --- webAO/styles/client.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 4c3f80f..9110176 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -416,6 +416,10 @@ border-color: #FFD081; } +.client_button.dark { + opacity: 0.5; +} + .noini { transform: rotate(180deg); } -- cgit