diff --git a/_includes/css/agency.css b/_includes/css/agency.css index 90850d57027c0..5c34c1c66b42d 100644 --- a/_includes/css/agency.css +++ b/_includes/css/agency.css @@ -211,6 +211,9 @@ fieldset[disabled] .btn-xl.active { font-weight: 400; letter-spacing: 1px; color: #fff; + -webkit-transition: all ease .35s; + -moz-transition: all ease .35s; + transition: all ease .35s; } .navbar-default .nav li a:hover, @@ -861,4 +864,4 @@ img::-moz-selection { body { webkit-tap-highlight-color: #{{ site.data.template.color.primary }}; -} \ No newline at end of file +}