Commit 893f122493de16b72f1d7a3d463186778a129664
1 parent
71e682f728
Exists in
master
confirtmation popup added
Showing
2 changed files
with
18 additions
and
0 deletions
Show diff stats
app/css/custom.css
... | ... | @@ -593,4 +593,22 @@ font-size: 10px !important; |
593 | 593 | .customModelFooter input[type="submit"]{ |
594 | 594 | background-color: #6ad46a; |
595 | 595 | border: 1px solid #ccc; |
596 | +} | |
597 | + | |
598 | + | |
599 | +/* custom confirmation model */ | |
600 | + | |
601 | + | |
602 | +.customConfirmPopBackdrop{ | |
603 | + position: fixed; | |
604 | + background-color: rgba(0, 0, 0, 0.3); | |
605 | + top: 0; | |
606 | + left: 0; | |
607 | + width: 100%; | |
608 | + height: 100%; | |
609 | + z-index: 999; | |
610 | + display: none; | |
611 | +} | |
612 | +.customConfirmPopBackdrop .customModalInner{ | |
613 | + top: 30%; | |
596 | 614 | } |
597 | 615 | \ No newline at end of file | ... | ... |
app/img/info.png
14.2 KB