Skip to content

Commit f4b66e1

Browse files
committed
Added overlay on anertify popups
1 parent f633c4f commit f4b66e1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

OpenNote/openNote/style/invert/alertify.less

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,20 @@
9999
.alertify-log-success {
100100
color: negation(#CCC, @offset);
101101
}
102+
103+
.alertify-cover {
104+
transition: opacity 1s;
105+
background: negation(#CCC, @offset);;
106+
height: 100%;
107+
position: fixed;
108+
width: 100%;
109+
top: 0;
110+
opacity: 0.8;
111+
right:0;
112+
}
113+
114+
.alertify-cover.alertify-cover-hidden{/*For animation*/
115+
display: block;
116+
opacity: 0;
117+
width:0;
118+
}

0 commit comments

Comments
 (0)