Jump to content

How to config datetimepicker's trigger button's icon or image ?


zhyhero

Recommended Posts

I want to use another image(font awesome) to replace datetimepicker's trigger button's  defalut icon (or image),

Any idea?

 

======UniServerModule.CustomCss=======

.x-form-date-trigger{
  position:relative;
  background-image:url("../images/form/trigger-dot-bg.png") !important;
  background-repeat: repeat;
  display:table-cell;
  padding-top: 1px;
  line-height: 1.5;
  border: 1px double #C0C0C0 !important;
}
.x-form-date-trigger:before{
  font-family: FontAwesome; content: "\f073";color:navy;
}

.x-form-arrow-trigger{
  position:relative;
  background-image:url("../images/form/trigger-dot-bg.png") !important;
  background-repeat: repeat;
  display:table-cell;
  padding-top: 1px;
  line-height: 1.5;
  border: 1px double #C0C0C0 !important;
}
.x-form-arrow-trigger:before{
  font-family: FontAwesome; content: "\f063";color:navy;
}

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...