diff --git a/app/Views/leads_list.php b/app/Views/leads_list.php
index 78665e91..ddf4d238 100644
--- a/app/Views/leads_list.php
+++ b/app/Views/leads_list.php
@@ -37,72 +37,33 @@ table.dataTable tbody td {
margin-bottom: 10px;
}
-custom-dropdown-menu {
+
+.custom-dropdown-menu {
display: none;
- position: fixed;
+ position: absolute;
background-color: #ffffff !important;
- border: 1px solid rgba(0,0,0,.15);
+ border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
padding: 0.5rem 0;
min-width: 10rem;
z-index: 9999;
- box-shadow: 0 0 10px rgba(0,0,0,0.1);
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.custom-dropdown-menu .dropdown-item {
display: block !important;
width: 100% !important;
padding: 0.5rem 1rem !important;
- clear: both !important;
- font-weight: 400 !important;
color: #212529 !important;
- text-align: inherit !important;
- white-space: nowrap !important;
- background-color: transparent !important;
- border: 0 !important;
text-decoration: none !important;
- position: relative !important;
+ background-color: transparent !important;
}
.custom-dropdown-menu .dropdown-item:hover {
background-color: #f8f9fa !important;
color: #16181b !important;
cursor: pointer !important;
-}
-
-.custom-dropdown-menu .dropdown-item i {
- margin-right: 8px !important;
- vertical-align: middle !important;
-}
-
-.table tbody tr {
- cursor: pointer;
-}
-
-/* Ensure the dropdown menu has a solid background */
-.custom-dropdown-menu::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: #ffffff;
- z-index: -1;
-}
-
-/* Add a subtle backdrop effect */
-.custom-dropdown-menu::after {
- content: '';
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0,0,0,0.05);
- z-index: -2;
- pointer-events: none;
-}
+}
diff --git a/app/Views/policy_transaction_inception_list.php b/app/Views/policy_transaction_inception_list.php
index 80f9fe62..0db12415 100644
--- a/app/Views/policy_transaction_inception_list.php
+++ b/app/Views/policy_transaction_inception_list.php
@@ -45,73 +45,32 @@ table.dataTable tbody td {
.addbtnStyle{
margin-left: 20px !important;
}
-custom-dropdown-menu {
+.custom-dropdown-menu {
display: none;
- position: fixed;
+ position: absolute;
background-color: #ffffff !important;
- border: 1px solid rgba(0,0,0,.15);
+ border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
padding: 0.5rem 0;
min-width: 10rem;
z-index: 9999;
- box-shadow: 0 0 10px rgba(0,0,0,0.1);
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.custom-dropdown-menu .dropdown-item {
display: block !important;
width: 100% !important;
padding: 0.5rem 1rem !important;
- clear: both !important;
- font-weight: 400 !important;
color: #212529 !important;
- text-align: inherit !important;
- white-space: nowrap !important;
- background-color: transparent !important;
- border: 0 !important;
text-decoration: none !important;
- position: relative !important;
+ background-color: transparent !important;
}
.custom-dropdown-menu .dropdown-item:hover {
background-color: #f8f9fa !important;
color: #16181b !important;
cursor: pointer !important;
-}
-
-.custom-dropdown-menu .dropdown-item i {
- margin-right: 8px !important;
- vertical-align: middle !important;
-}
-
-.table tbody tr {
- cursor: pointer;
-}
-
-/* Ensure the dropdown menu has a solid background */
-.custom-dropdown-menu::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: #ffffff;
- z-index: -1;
-}
-
-/* Add a subtle backdrop effect */
-.custom-dropdown-menu::after {
- content: '';
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0,0,0,0.05);
- z-index: -2;
- pointer-events: none;
-}
-
+}
+}