summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/news.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/news.css b/css/news.css
index 7450d973f..00e4c1ac9 100644
--- a/css/news.css
+++ b/css/news.css
@@ -77,6 +77,7 @@ div.feed_controls {
display: block;
float: left;
min-width: 1.2em;
+ display: none;
}
div.feed_controls .unreaditemcounter.all_read {
@@ -456,6 +457,13 @@ div.feed_controls {
height: 100%;
}
+ #rightcontent #feed_items.loading {
+ background-image: url('%webroot%/core/img/loading.gif');
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size:
+ }
+
#rightcontent #feed_items li:active {
background: none;
}