1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +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

@ -18,6 +18,8 @@
width: 180px;
padding: 5px !important;
box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
@apply th-dark:!border-none;
@apply th-highcontrast:!border-none;
}
.menu-link {