Skip to content
Snippets Groups Projects
Commit 108e038e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2563955 by bruvers, sushantpaste, shwetaneelsharma, LewisNyman: Confirm...

Issue #2563955 by bruvers, sushantpaste, shwetaneelsharma, LewisNyman: Confirm Password "Passwords match" text color
parent c0d6bbc7
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -54,3 +54,13 @@
[dir="rtl"] .password-parent {
clear: right;
}
/* Styling for the status indicator of the passwords match test. */
.password-confirm .ok {
color: #325e1c;
font-weight: bold;
}
.password-confirm .error {
color: #a51b00;
font-weight: bold;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment