PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Border styling on datepicker icon

  1. Hi, I'm sorry to create another post about this (other one was closed):

    I can't seem to get rid of the border around the datepicker icons on these forms: under "pick up at clinic" and after clicking "yes" for having appointment.

    Trying to target it with this

    body .gform_wrapper .gform_body .gform_fields .gfield .gfield_input_datepicker_icon {
    				border: 0 !important;
    				padding: 0 !important;			}

    to no avail. Thanks for any help!

    Posted 11 years ago on Tuesday August 28, 2012 | Permalink
  2. Try this out:

    [css]
    .ui-datepicker-trigger {
    border: 0 !important;
    padding: 0 !important;
    }
    Posted 11 years ago on Tuesday August 28, 2012 | Permalink
  3. That fixed it, thank you!

    Posted 11 years ago on Thursday August 30, 2012 | Permalink
  4. Right on, glad to help!

    Posted 11 years ago on Thursday August 30, 2012 | Permalink

This topic has been resolved and has been closed to new replies.