summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 5dc524caa..f2cfe1243 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -236,6 +236,26 @@
display: none;
}
+ .post-list__loading {
+ @include opacity(.5);
+ font-size: .9em;
+ font-style: italic;
+ padding: 1em 0;
+ text-align: center;
+
+ i {
+ margin-right: 2px;
+ }
+
+ &.post-list__loading-search {
+ cursor: pointer;
+
+ &:hover {
+ text-decoration: underline;
+ }
+ }
+ }
+
.post-list-holder-by-time {
-webkit-overflow-scrolling: touch;
background: #ffffff;