v1.5.9 Added some css to modal
This commit is contained in:
Vendored
+21
-3
@@ -6914,8 +6914,6 @@ nav > .pagination {
|
||||
/* Stay in place */
|
||||
z-index: 1;
|
||||
/* Sit on top */
|
||||
padding-top: 100px;
|
||||
/* Location of the box */
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
@@ -6942,9 +6940,25 @@ nav > .pagination {
|
||||
border: 2px solid #888;
|
||||
width: 700px;
|
||||
min-width: 400px;
|
||||
top: -50px;
|
||||
height: 80%;
|
||||
border-radius: 6px;
|
||||
overflow: auto;
|
||||
padding-bottom: 120px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.modal-content::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
.modal-content::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.modal-content::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
/* The Close Button */
|
||||
@@ -6963,6 +6977,10 @@ nav > .pagination {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.modal-content > center > img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tbl {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user