Template, Core Apps: Update to new modal.

This commit is contained in:
Nate
2020-03-25 16:48:12 -06:00
parent 52f4626452
commit 97eec1da04
20 changed files with 213 additions and 120 deletions

View File

@@ -2609,11 +2609,6 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
background-color: rgba(0, 0, 0, 0.3);
}
.modal-window:target {
opacity: 1;
pointer-events: auto;
}
.modal-window > div {
position: relative;
padding: 15px 20px 20px 20px;
@@ -2657,6 +2652,7 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
width: 50px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
}
.modal-close:hover {