浏览代码

Fix notification background

soyjavi 13 年之前
父节点
当前提交
7b34a3c3b9

+ 1 - 0
src/stylesheets/css/Lungo.widgets.notification.css

@@ -11,6 +11,7 @@
   width: 100%;
   height: 100%;
   z-index: 3;
+  display: none;
   background-color: rgba(0,0,0,0.75);
 }
 .notification .window {

+ 1 - 2
src/stylesheets/lungo.widgets.notification.styl

@@ -18,8 +18,7 @@ LOADING = 104px
   width: 100%
   height: 100%
   z-index: 3
-  // display: none
-
+  display: none
   background-color: OPACITY
 
   & .window