v1.5.9 Added and fixed preview, the only problem is that images on event, guide category and guide resource id is not display on the different pages

This commit is contained in:
neerholt
2021-04-10 01:43:05 +02:00
parent abe4a9dda9
commit dd7acc1d24
19 changed files with 530 additions and 262 deletions
+8 -2
View File
@@ -6928,17 +6928,23 @@ nav > .pagination {
/* Fallback color */
background-color: rgba(0, 0, 0, 0.4);
/* Black w/ opacity */
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
background-color: #E0E0E0;
margin: auto;
padding: 20px;
border: 1px solid #888;
border: 2px solid #888;
width: 330px;
min-width: 400px;
border-radius: 6px;
overflow: auto;
padding-bottom: 120px;
}
/* The Close Button */