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:
+7
-2
@@ -11,16 +11,21 @@
|
||||
overflow: auto; /* Enable scroll if needed */
|
||||
background-color: rgb(0,0,0); /* Fallback color */
|
||||
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
|
||||
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