aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-26 23:15:38 +0100
committersD <stoned@derpymail.org>2020-02-26 23:15:38 +0100
commit7d505a02d807a13cd85ad9298508eeb3145f021f (patch)
tree8c1caa7345a3907b0b4e73da805ca96cfd8f82ce /webAO
parent767b09f6e459d8ec18ee7791e82a8ea02d5dcf7f (diff)
i forgot about the buttons when i removed dark from the charselect
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/client.css4
1 files changed, 4 insertions, 0 deletions
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);
}