aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2020-07-10 18:57:56 +0200
committerGitHub <noreply@github.com>2020-07-10 18:57:56 +0200
commit768c594b60e43fe28fb197e9ca5580edba5a5c73 (patch)
tree57193faab4172a8bde1db32bc6af3ca311e8034a /webAO/styles
parent865c695be40d4deb9c2a506de167242e69e4f278 (diff)
parentd42e757d5ef04a39b0a1d377f99755d5a85d4550 (diff)
Merge pull request #59 from AttorneyOnline/emote_buttons
Emote buttons
Diffstat (limited to 'webAO/styles')
-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 f49b395..cecba80 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -345,6 +345,10 @@
overflow-y: hidden;
}
+.emote_button.dark {
+ opacity: 0.5;
+}
+
#client_emo {
position: relative;
top: 10px;