Added modal to Action button on Lead DocType form to allow users to add Leads to Email Groups for newsletters and minor changes to CSS

This commit is contained in:
Jeremy Rangel
2025-06-05 00:54:17 -07:00
parent ca3ab820b5
commit e301150a2f
4 changed files with 79 additions and 7 deletions

View File

@ -23,8 +23,8 @@ button {background:#008AFC}
/* ------- FRAPPE ELEMENTS ------- */
/* Page Card */
.page-card {background:#1C2037;border:none}
.page-card span {color:white}
.page_content .page-card, .page_content .for-login .page-card {background-color:#1C2037;border:none}
.page_content .page-card span,.page_content .page-card .page-card-head .indicator {color:white}
/* ----- FORMS AND INPUTS ------- */
label {color:#A5A5A5;font-size:14px}