summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-02-19 12:30:26 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-02-19 12:30:26 +0100
commit67524def30c98db871a4635c1b6b11fc60d8e721 (patch)
tree2edeeb27b9ecd15489d52a8068f69eccd2e24e90 /css/content.css
parent04dc1076f13567549602802bbf8e931879174353 (diff)
fix flying loading icon since this does not seem to be fixed anytime soon
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/content.css b/css/content.css
index 85bf2aeb8..291df1d4f 100644
--- a/css/content.css
+++ b/css/content.css
@@ -59,6 +59,10 @@
#app-content.loading-content {
background: url('../img/loading.gif') no-repeat;
background-position: calc(50% - 16px) calc(50% - 16px);
+ /* Overrides the snap.js animation making the loading icon to fly in app-content. */
+ transition:none !important;
+ -webkit-transition: none !important;
+ -moz-webkit-transition: none !important;
}
#app-content.loading-content > * {
@@ -76,6 +80,10 @@
content: '';
background-image: url('../img/loading.gif');
background-position: calc(50% - 16px) calc(50% - 16px);
+ /* Overrides the snap.js animation making the loading icon to fly in app-content. */
+ transition:none !important;
+ -webkit-transition: none !important;
+ -moz-webkit-transition: none !important;
}
#app-content .finished-auto-paging #articles:after {