Advertisement
arie_cristianD

dark mode forget password popup text

Dec 27th, 2023 (edited)
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. /* green color for forgot password alert success text */
  2.  
  3. .jnews-dark-mode #jeg_forgotform div form .form-message .alert-success {
  4.     color : green !important ;
  5. }
  6.  
  7. /* red color for forgot password alert error text */
  8.  
  9. .jnews-dark-mode #jeg_forgotform div form .form-message .alert-error {
  10.     color : red !important ;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement