mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +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
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue