Advertisement
alex91ckua

Gravity Form Int. Phone Input OnePress theme fix

Oct 7th, 2020 (edited)
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. .int-phone.valid-msg {
  2.     border: 1px solid #00C900;
  3. }
  4.  
  5. .int-phone.error-msg {
  6.     border: 1px solid red;
  7. }
  8.  
  9. .int-phone.valid-msg, .int-phone.error-msg {
  10.     top: 0;
  11.     right: 0;
  12.     padding-right: 5px;
  13.     z-index: 99;
  14. }
  15.  
  16. .gform_wrapper ul li.gfield .intl-tel-input.allow-dropdown input,
  17. .intl-tel-input.allow-dropdown input {
  18.     padding-right: 6px !important;
  19.     padding-left: 52px !important;
  20.     margin-left: 0 !important;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement