aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/styles/chatbox/dgs.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css
index d9caa2d..30f853d 100644
--- a/webAO/styles/chatbox/dgs.css
+++ b/webAO/styles/chatbox/dgs.css
@@ -93,5 +93,25 @@
}
#client_chatwaiting {
- display: none;
+ display: block;
+ position: absolute;
+ color: #ded7a2;
+ right: 0.7em;
+ top: 50%;
+ line-height: 0.5;
+ animation: idling 0.4s linear infinite;
+}
+
+@keyframes idling {
+ 0% {
+ right: 0.6em;
+ }
+
+ 25% {
+ right: 0.7em;
+ }
+
+ 100% {
+ right: 0.6em;
+ }
} \ No newline at end of file