Calendar icon not displaying on page in any view

0
calendar glyphicon icon not displaying on page.i am using modeler version 7.12
asked
5 answers
0

answered
0

here icon not displaying

answered
0

<div data-mendix-id="0_96" class="form-group mx-name-datePicker7"> <label class="control-label" for="mxui_widget_DateInput_6_input">changed date</label> <div class="mx-dateinput" id="mxui_widget_DateInput_6" widgetid="mxui_widget_DateInput_6" data-mendix-id="0_113" focusindex="0" style=""> <button type="button" class="btn mx-button mx-dateinput-select-button" id="mxui_widget_Button_6" aria-label="Show date picker" widgetid="mxui_widget_Button_6" tabindex="-1" disabled="disabled"><span class="glyphicon glyphicon-calendar"></span> </button> <div class="mx-dateinput-input-wrapper"><input class="form-control mx-dateinput-input" type="text" value=":)" placeholder="" id="mxui_widget_DateInput_6_input" disabled="disabled"></div> </div> </div>

 

 

My modeler version is 7.12

answered
0

 

Any update on this ??

this are the css files are loading any css file i am missing.

 

answered
0

i am able to achiver changes in lib.css but can we make custom css and overwrite class

 

.mx-dateinput .mx-dateinput-select-button .glyphicon:before, .mx-dateinput .mx-referencesetselector-select-button .glyphicon:before, .mx-referencesetselector .mx-dateinput-select-button .glyphicon:before, .mx-referencesetselector .mx-referencesetselector-select-button .glyphicon:before

answered