Skip to content

Commit 68df5dd

Browse files
committed
Improved css
1 parent b969770 commit 68df5dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ body {
139139
}
140140

141141
.popup:not(#csvConfirmationPopup):not(#npgDevicePopup) {
142-
animation: fade-out 3s forwards;
142+
animation: fade-out 2s forwards;
143143
}
144144

145145
#csvConfirmationPopup,
@@ -366,6 +366,6 @@ body {
366366

367367
@keyframes fade-out {
368368
0% { opacity: 1; }
369-
80% { opacity: 1; }
370-
100% { opacity: 0; visibility: hidden; }
369+
80% { opacity: 0.8; }
370+
100% { opacity: 0.6; visibility: hidden; }
371371
}

0 commit comments

Comments
 (0)