From 2fa5a2e49b4e65a153a3e734400d95d934933439 Mon Sep 17 00:00:00 2001 From: sD Date: Thu, 9 Jul 2020 21:04:05 +0200 Subject: make it slightly transparent to darken it --- webAO/styles/client.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index f49b395..043c6c6 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -345,6 +345,10 @@ overflow-y: hidden; } +.client_button.dark { + opacity: 0.5; +} + #client_emo { position: relative; top: 10px; -- cgit