diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 307d2b25b69..6a31211db45 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -7123,7 +7123,7 @@ div.tabsElem a.tab { } .publicnewmemberform #tablesubscribe { - color: #888; + color: #666; } /* ============================================================================== */ diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 5f3f965c021..3702f5bfdbb 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -7043,6 +7043,10 @@ border-top-right-radius: 6px; border: 1px solid #888; } +.publicnewmemberform #tablesubscribe { + color: #666; +} + /* ============================================================================== */ /* Ticket module */