aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-09-27 13:21:27 +0200
committerMario Vavti <mario@mariovavti.com>2017-09-27 13:21:27 +0200
commit9625d940a5383d7a6dba5a711bb3ce8a12becdd9 (patch)
tree72152c3eefc9c08413006d4af200c2d7d84e4308 /view/theme/redbasic/css
parentb8a0bc0b0b31670d2c424a40f7511132896a76d2 (diff)
downloadvolse-hubzilla-9625d940a5383d7a6dba5a711bb3ce8a12becdd9.tar.gz
volse-hubzilla-9625d940a5383d7a6dba5a711bb3ce8a12becdd9.tar.bz2
volse-hubzilla-9625d940a5383d7a6dba5a711bb3ce8a12becdd9.zip
do not use our spinner css on the justifiedGallery spinner which has the same classname hardcoded
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 1b7aee30d..de6f8dac1 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -250,7 +250,9 @@ nav {
width: 3rem;
}
-.spinner {
+.spinner.s,
+.spinner.m,
+.spinner.l {
margin: 0 auto;
position: relative;
-webkit-animation: rotation 1s infinite linear;