Преглед на файлове

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