last changes since 6-2023
This commit is contained in:
parent
0341c9c189
commit
04d677d37a
142 changed files with 7895 additions and 2855 deletions
|
|
@ -92,4 +92,21 @@ a[aria-expanded='true'] > .fa-caret-expand:before {
|
|||
|
||||
.spinner {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.badge-outline-warning-dark {
|
||||
background-color: transparent;
|
||||
-webkit-box-shadow: 0 0 0 1px #FFD950 inset;
|
||||
box-shadow: 0 0 0 1px #FFD950 inset;
|
||||
color: #cba20d;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) { /* mobile fix */
|
||||
.modal-body-overflow {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
div.dataTables_wrapper div.dataTables_processing {
|
||||
top: 40px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue