From 64440da194c2274f0ae5e9118f21246f06246b07 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 1 Mar 2023 18:43:52 +0100 Subject: [PATCH] css --- htdocs/theme/eldy/global.inc.php | 2 +- htdocs/theme/md/style.css.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 */