summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-15 23:51:06 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-15 23:51:06 +0200
commit4c866d889fa214f9186206d33f98f008779ab137 (patch)
tree746808c273c98cf9aea5ec449e8eaaf9f02f21e8 /css
parent2dc9bee33d4d48d073c1b8215ab7184f0d015fd1 (diff)
added loading icon when loading new feeds
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;
}