crud room, incident type, catalog, and sample-containers

This commit is contained in:
2026-06-26 17:06:38 +07:00
parent 75830562c4
commit e3f2e51232
23 changed files with 1505 additions and 53 deletions

View File

@@ -753,21 +753,21 @@ div select{
.pagination .page-link:hover {
color: #FFF !important; /* Your desired hover text color */
background: rgba(4,100,144,0.96) !important;
border-color: rgba(4,100,144,0.96) !important;
background: rgb(6 157 73 / 96%) !important;
border-color: rgb(6 157 73 / 96%) !important;
}
.page-item.disabled .page-link {
color: #FFF !important; /* Your desired hover text color */
background: rgba(4,100,144,0.96) !important;
border-color: rgba(4,100,144,0.96) !important;
background: rgb(6 157 73 / 96%) !important;
border-color: rgb(46 183 69 / 96%) !important;
}
/* Optional: Ensure the hover/focus states for the disabled item are also the same */
.page-item.disabled .page-link:hover,
.page-item.disabled .page-link:focus {
color: #FFF !important; /* Your desired hover text color */
background: rgba(4,100,144,0.96) !important;
background: rgb(6 157 73 / 96%) !important;
}
.content-wrapper .card-body .card-title i{