diff --git a/NEWS b/NEWS index 8b99eebfe..159833fbd 100644 --- a/NEWS +++ b/NEWS @@ -15,10 +15,11 @@ Enhancements - [web] we now "cc" delegates during invitation updates (#3195) - [web] new SOGoHelpURL preference to set a custom URL for SOGo help (#2768) - [web] now able to copy/move events and also duplicate them (#3196) - - [web] improve preferences validation and check for unsaved changes + - [web] improved preferences validation and now check for unsaved changes - [web] display events and tasks priorities in list and day/week views (#3162) - [web] style events depending on the user participation state - [web] style transparent events (show time as free) (#3192) + - [web] improved input parsing of time picker (#3659) Bug fixes - [core] properly escape wide characters (#3616) diff --git a/UI/WebServerResources/js/Common/sgTimepicker.directive.js b/UI/WebServerResources/js/Common/sgTimepicker.directive.js index 91172fda8..12ddabc8d 100644 --- a/UI/WebServerResources/js/Common/sgTimepicker.directive.js +++ b/UI/WebServerResources/js/Common/sgTimepicker.directive.js @@ -374,8 +374,7 @@ ' access_time', '', '
', + ' ng-class="{\'sg-timepicker-focused\': ctrl.isFocused}">', ' ', '