diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index a1500d84186..1cba4c96dd6 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -2617,7 +2617,8 @@ a.help:link, a.help:visited, a.help:hover, a.help:active, span.help { text-align /* color: #f3e4ac !important; */ } .helppresentcircle { - color: var(--butactionbg); + color: var(--colorbackhmenu1); + filter: invert(0.8); margin-left: -7px; display: inline-block; margin-top: -10px; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 0dd6acab9f7..29d01b55bb1 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2588,6 +2588,17 @@ font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; } a.help:link, a.help:visited, a.help:hover, a.help:active, span.help { text-align: ; font-weight: normal; color: #999; text-decoration: none; } +.helppresentcircle { + color: var(--colorbackhmenu1); + filter: invert(0.5); + margin-left: -7px; + display: inline-block; + margin-top: -10px; + font-size: x-small; + vertical-align: super; + opacity: 0.95; +} + div.blockvmenulogo { border-bottom: 0 !important;