diff --git a/static/css/overrides.css b/static/css/overrides.css index 083d344..46bb463 100644 --- a/static/css/overrides.css +++ b/static/css/overrides.css @@ -46,4 +46,11 @@ li.dropdown-oidc-collection{ .datepicker-modal { width: max-content !important; +} + +#nav-search{ + -webkit-transition: all 0.5s ease; + -moz-transition: all 0.5s ease; + -o-transition: all 0.5s ease; + transition: all 0.5s ease; } \ No newline at end of file