1
0
Fork 0
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:
fhanportainer 2022-09-14 10:16:02 +12:00 committed by GitHub
parent 6c4c958bf0
commit 0242c8e4ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View file

@ -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 {