浏览代码

Changes on .loading stylesheet

soyjavi 14 年之前
父节点
当前提交
330b8d271a
共有 2 个文件被更改,包括 511 次插入4 次删除
  1. 3 3
      src/stylesheets/Lungo.widgets.loading.less
  2. 508 1
      src/stylesheets/css/Lungo.widgets.loading.css

+ 3 - 3
src/stylesheets/Lungo.widgets.loading.less

@@ -79,9 +79,9 @@
     }
 }
 
-section.current .loading, .growl .loading {
-    -webkit-animation:  rotatingLoader .5s  infinite  linear;
-    -moz-animation:  rotatingLoader .5s  infinite  linear;
+section.current .loading, .notification .loading {
+    -webkit-animation:  rotatingLoader .6s  infinite linear;
+    -moz-animation:  rotatingLoader .6s  infinite linear;
 }
 
 @-webkit-keyframes rotatingLoader{

文件差异内容过多而无法显示
+ 508 - 1
src/stylesheets/css/Lungo.widgets.loading.css