diff --git a/css/login/Changepw.css b/css/login/Changepw.css index cd99c72..81ca80f 100644 --- a/css/login/Changepw.css +++ b/css/login/Changepw.css @@ -38,6 +38,41 @@ content: '✖'; color: red; } + +#txt_Pw_WH_M:invalid { + background-color: indianred; + border-color: red; + color: red; +} + +#txt_Pw_WH_M:valid { + background-color: lightgreen; + border-color: forestgreen; + color: black; +} + +#txt_Pw_M:invalid + span::before { + content: '✖'; + color: red; +} + +#txt_Pw_M:invalid { + background-color: indianred; + border-color: red; + color: red; +} + +#txt_Pw_M:valid { + background-color: lightgreen; + border-color: forestgreen; + color: black; +} + +#txt_Pw_M:invalid + span::before { + content: '✖'; + color: red; +} + #tbl_main { font-family: Arial; font-size: 11px; diff --git a/login/ChangePW.aspx b/login/ChangePW.aspx index 0c98dff..ab03c07 100644 --- a/login/ChangePW.aspx +++ b/login/ChangePW.aspx @@ -6,6 +6,20 @@
<%@ import Namespace="MySql.Data.MySqlClient"%> + + + + + + + + + + + + + +|
+ |
+ |
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+ |
|
+ |
+