mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Sinewave animation for pending requests
Tryin it on for size. // FREEBIE
This commit is contained in:
@@ -189,6 +189,15 @@
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.sinewave {
|
||||
background: url('/images/sinewave.png') repeat-x;
|
||||
animation: backgroundScroll 0.5s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes backgroundScroll {
|
||||
from {background-position: 0 0;}
|
||||
to {background-position: -18px 0;}
|
||||
}
|
||||
.entry.sent .checkmark {
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
@@ -204,6 +213,14 @@
|
||||
height: 1em;
|
||||
}
|
||||
}
|
||||
.entry.pending {
|
||||
.sinewave {
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 1em;
|
||||
}
|
||||
.double-checkmark, .checkmark { display: none; }
|
||||
}
|
||||
|
||||
.message-list {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user