فهرست منبع

Fix notification background

soyjavi 13 سال پیش
والد
کامیت
7b34a3c3b9
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 0
      src/stylesheets/css/Lungo.widgets.notification.css
  2. 1 2
      src/stylesheets/lungo.widgets.notification.styl

+ 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