Change dropdown color
This commit is contained in:
parent
3a7872b88b
commit
fd7a0a0889
@ -101,23 +101,18 @@ table {
|
|||||||
|
|
||||||
/* Dropdown menu container */
|
/* Dropdown menu container */
|
||||||
.navbar__item.dropdown:hover .dropdown__menu {
|
.navbar__item.dropdown:hover .dropdown__menu {
|
||||||
background-color: #94357f; /* Background color for the dropdown menu */
|
background-color: #252534;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Dropdown menu items */
|
/* Dropdown menu items */
|
||||||
.dropdown__menu .dropdown__link {
|
.dropdown__menu .dropdown__link {
|
||||||
color: #ffffff; /* Text color for dropdown items */
|
color: #ffffff;
|
||||||
padding: 8px 12px; /* Add padding for better click area */
|
padding: 8px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hover effect for dropdown menu items */
|
/* Hover effect for dropdown menu items */
|
||||||
.dropdown__menu .dropdown__link:hover {
|
.dropdown__menu .dropdown__link:hover {
|
||||||
background-color: #732963; /* Background color on hover */
|
background-color: #41304a; /* Slightly lighter color for hover */
|
||||||
color: #ffffff; /* Text color on hover */
|
color: #ffffff;
|
||||||
}
|
|
||||||
|
|
||||||
/* Specific style for disabled items, if needed */
|
|
||||||
.dropdown__menu .dropdown__link--disabled {
|
|
||||||
color: #ffffffa0; /* Lighter text color for disabled items */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user