mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 07:15:23 +02:00
fix(dropdown): fixed dropdown menu background color in dark mode. [EE-4026] (#7591)
* fix(dropdown): fixed dropdown menu background color in dark mode. [EE-4026] * fix(dropdown): fixed table setting background color in dark mode. * fix(dropdown): updated --bg-dropdown-menu-color in dark theme. * fix(dropdown): fixed dropdown border radius issue * fix(dropdown): fixed dropdown option text color in dark mode
This commit is contained in:
parent
6c4c958bf0
commit
0242c8e4ef
3 changed files with 7 additions and 3 deletions
|
@ -341,7 +341,9 @@
|
|||
[data-reach-menu-list],
|
||||
[data-reach-menu-items] {
|
||||
padding: 0px;
|
||||
border-radius: 8px;
|
||||
border: 1px var(--bg-dropdown-menu-color);
|
||||
background-color: var(--bg-dropdown-menu-color);
|
||||
}
|
||||
|
||||
.dropdown-menu .tableMenu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue