crud room, incident type, catalog, and sample-containers
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
|
||||
.select2-selection__rendered {
|
||||
line-height: 25px !important;
|
||||
line-height: 19px !important;
|
||||
}
|
||||
.select2-container .select2-selection--single{
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
.select2-container .select2-selection--single, .select2-selection--multiple {
|
||||
min-height: 36px !important;
|
||||
min-height: 46px !important;
|
||||
border-radius: 0;
|
||||
border-color: #f3f3f3 !important;
|
||||
}
|
||||
@@ -15,7 +15,7 @@
|
||||
outline: none;
|
||||
}
|
||||
.select2-selection__arrow {
|
||||
height: 36px !important;
|
||||
height: 46px !important;
|
||||
}
|
||||
.select2-selection__choice{
|
||||
font-size: 13px !important;
|
||||
@@ -87,7 +87,7 @@
|
||||
content: 'hhghgh';
|
||||
}
|
||||
|
||||
.select2-container .select2-selection--single, .main-panel .select2-selection--multiple {
|
||||
padding-top: 5px !important;
|
||||
padding-left: 5px !important;
|
||||
}
|
||||
/*.select2-container .select2-selection--single, .main-panel .select2-selection--multiple {*/
|
||||
/* padding-top: 5px !important;*/
|
||||
/* padding-left: 5px !important;*/
|
||||
/*}*/
|
||||
|
||||
Reference in New Issue
Block a user