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:
Vendored
+8
-2
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user