--- a/web/src/css/main.scss Thu Nov 07 23:54:18 2024 +0100
+++ b/web/src/css/main.scss Fri Nov 15 01:29:53 2024 +0100
@@ -242,10 +242,10 @@
background: transparent url('../../images/bg_button_span_w.png') no-repeat; display: block; height: 14px;
padding: 5px 6px 5px 24px;
}
-a#sendTweet:hover, a#sendTweet:active {
+a#sendTweet:hover, a#sendTweet:active a#sendTweet.sending {
background-position: right -24px;
}
-a#sendTweet:hover span, a#sendTweet:active span {
+a#sendTweet:hover span, a#sendTweet:active span, a#sendTweet.sending span {
background-position: 0 -24px;
}
.tweetButton {