This commit is contained in:
Laurent Destailleur 2023-03-01 18:43:52 +01:00
parent aa3556e676
commit 64440da194
2 changed files with 5 additions and 1 deletions

View File

@ -7123,7 +7123,7 @@ div.tabsElem a.tab {
} }
.publicnewmemberform #tablesubscribe { .publicnewmemberform #tablesubscribe {
color: #888; color: #666;
} }
/* ============================================================================== */ /* ============================================================================== */

View File

@ -7043,6 +7043,10 @@ border-top-right-radius: 6px;
border: 1px solid #888; border: 1px solid #888;
} }
.publicnewmemberform #tablesubscribe {
color: #666;
}
/* ============================================================================== */ /* ============================================================================== */
/* Ticket module */ /* Ticket module */