From cb804e8813ad9b14636ccf67953495585d5f7abe Mon Sep 17 00:00:00 2001 From: andres-portainer <91705312+andres-portainer@users.noreply.github.com> Date: Mon, 31 Jan 2022 19:21:47 -0300 Subject: [PATCH] fix(edge): change the edge menu to work in dark mode EE-2462 (#6488) Co-authored-by: andres-portainer --- .../components/datatables/components/ActionsMenu.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/portainer/components/datatables/components/ActionsMenu.module.css b/app/portainer/components/datatables/components/ActionsMenu.module.css index 0114d8c82..8a9f4718d 100644 --- a/app/portainer/components/datatables/components/ActionsMenu.module.css +++ b/app/portainer/components/datatables/components/ActionsMenu.module.css @@ -9,6 +9,8 @@ .table-actions-menu-list { padding: 0 10px 0 10px; + background: var(--bg-widget-color); + border: 1px solid var(--border-color); } .table-actions-menu-list [data-reach-menu-item] {