From: Alan Knowles Date: Mon, 8 Feb 2021 02:30:15 +0000 (+0800) Subject: Roo/bootstrap/TimeField.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=8e1a76807cc5d5830ffea0f15c0e21adb8dc05e9 Roo/bootstrap/TimeField.js --- diff --git a/Roo/bootstrap/TimeField.js b/Roo/bootstrap/TimeField.js index 99086705ab..93916def12 100644 --- a/Roo/bootstrap/TimeField.js +++ b/Roo/bootstrap/TimeField.js @@ -147,8 +147,8 @@ Roo.extend(Roo.bootstrap.TimeField, Roo.bootstrap.Input, { cls: 'btn', cn: [ { - tag: 'span', - cls: 'hours-up glyphicon glyphicon-chevron-up' + tag: 'i', + cls: 'hours-up fa fas fa-chevron-up' } ] } @@ -167,8 +167,8 @@ Roo.extend(Roo.bootstrap.TimeField, Roo.bootstrap.Input, { cls: 'btn', cn: [ { - tag: 'span', - cls: 'minutes-up glyphicon glyphicon-chevron-up' + tag: 'i', + cls: 'minutes-up fa fas fa-chevron-up' } ] } @@ -241,7 +241,7 @@ Roo.extend(Roo.bootstrap.TimeField, Roo.bootstrap.Input, { cn: [ { tag: 'span', - cls: 'hours-down glyphicon glyphicon-chevron-down' + cls: 'hours-down fa fas fa-chevron-down' } ] } @@ -261,7 +261,7 @@ Roo.extend(Roo.bootstrap.TimeField, Roo.bootstrap.Input, { cn: [ { tag: 'span', - cls: 'minutes-down glyphicon glyphicon-chevron-down' + cls: 'minutes-down fa fas fa-chevron-down' } ] }