diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 0f286d08..aabf785d 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -2046,7 +2046,7 @@ select[required] + .btn.dropdown-toggle:focus, .menu-card-esi:hover { transform: translateY(-5px); background-color: #f8f9fa; - border-bottom: 3px solid #0d6efd !important; + border-bottom: 3px solid var(--color-primary) !important; box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important; } @@ -2062,7 +2062,7 @@ select[required] + .btn.dropdown-toggle:focus, } .menu-card-esi:hover .icon-box { - background-color: #0d6efd; + background-color: var(--color-primary); } .menu-card-esi:hover .icon-box i {