diff --git a/static/galene.css b/static/galene.css index de6e4e96..1652b01b 100644 --- a/static/galene.css +++ b/static/galene.css @@ -1120,7 +1120,6 @@ legend { transition: all 0.3s; background: #ffffff; border-right: 1px solid #dcdcdc; - z-index: 1039; } #left-sidebar .galene-header { @@ -1168,7 +1167,6 @@ header .collapse { margin: 0; height: calc(100% - 84px); width: 100%; - z-index: 1; position: relative; display: block; background-color: #fff; @@ -1345,3 +1343,17 @@ header .collapse { } } + +:root{ + --contextualMenuBg: #eee; + --contextualMenuShadow: 1px 1px 1px #444; */ + --contextualMenuRadius: 0px; */ + --contextualMenuText: black; + + --contextualSubMenuBg: #eee; + + --contextualHover: #ddd; + + --contextualOverflowIcon: #999; + --contextualSeperator: #999; +} diff --git a/static/galene.html b/static/galene.html index bb2baec4..3568eef6 100644 --- a/static/galene.html +++ b/static/galene.html @@ -12,6 +12,7 @@ +
@@ -274,6 +275,7 @@