How do I keep the same time input style in both firefox and chrome

28 views Asked by At

How do I keep the same time input style in both firefox and chrome. I want it like in firefox. I am using angular material

firefox input time:

enter image description here

chrome input time:

enter image description here

<mat-form-field appearance="outline">
                  <mat-label>Hora hasta</mat-label>
                  <input matInput type="time" name="d4" [(ngModel)]="updateModel.horaHasta[0]" [min]="minHour" max="23:59">
                </mat-form-field>

0

There are 0 answers