diff options
| author | sD <stoned@derpymail.org> | 2020-02-26 23:15:38 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-26 23:15:38 +0100 |
| commit | 7d505a02d807a13cd85ad9298508eeb3145f021f (patch) | |
| tree | 8c1caa7345a3907b0b4e73da805ca96cfd8f82ce /webAO/styles | |
| parent | 767b09f6e459d8ec18ee7791e82a8ea02d5dcf7f (diff) | |
i forgot about the buttons when i removed dark from the charselect
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/client.css | 4 |
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); } |
