fauzanjeg

Fix Font Color issue in Comment Section

Jun 21st, 2021 (edited)
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. /* Fix Font Color issue in Comment Section */
  2. .alt .chosen-container-single,
  3. .alt .chosen-single,
  4. .alt input:not([type=submit]),
  5. .alt select,
  6. .alt textarea:not([name=comment]) {
  7.     color: inherit;
  8. }
Add Comment
Please, Sign In to add comment