Merge pull request #4973 from mempool/natsoni/fix-dropdown-menu-color

Adapt dropdown menu color to theme
This commit is contained in:
softsimon
2024-04-15 18:02:54 +07:00
committed by GitHub

View File

@@ -1251,3 +1251,15 @@ app-global-footer {
color: rgba(255, 255, 255, 0.4);
margin-left: 5px;
}
.dropdown-menu {
background-color: var(--bg);
.dropdown-item:hover {
background-color: var(--active-bg);
}
}
.btn-secondary {
background-color: var(--secondary);
border-color: var(--secondary);
}