diff --git a/typeahead.js-bootstrap.css b/typeahead.js-bootstrap.css index e44b673..0dfe412 100644 --- a/typeahead.js-bootstrap.css +++ b/typeahead.js-bootstrap.css @@ -12,9 +12,7 @@ border: 1px solid rgba(0,0,0,.2); *border-right-width: 2px; *border-bottom-width: 2px; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; + border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); box-shadow: 0 5px 10px rgba(0,0,0,.2); diff --git a/typeahead.js-bootstrap.less b/typeahead.js-bootstrap.less index ecdcdaf..b322166 100644 --- a/typeahead.js-bootstrap.less +++ b/typeahead.js-bootstrap.less @@ -7,7 +7,7 @@ border: 1px solid @dropdownBorder; *border-right-width: 2px; *border-bottom-width: 2px; - .border-radius(6px); + border-radius: 6px; .box-shadow(0 5px 10px rgba(0,0,0,.2)); -webkit-background-clip: padding-box; -moz-background-clip: padding;