From 2dc2df9226d5f47f2ae4e00014fd997b0949bddf Mon Sep 17 00:00:00 2001 From: Alex Efros Date: Wed, 18 Dec 2013 15:02:22 +0200 Subject: [PATCH] cleanup --- less/tokenfield-typeahead.css | 5 +---- less/tokenfield-typeahead.less | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/less/tokenfield-typeahead.css b/less/tokenfield-typeahead.css index 9f0ac97..676182d 100644 --- a/less/tokenfield-typeahead.css +++ b/less/tokenfield-typeahead.css @@ -136,10 +136,7 @@ border: 1px solid rgba(0, 0, 0, 0.15); *border-right-width: 2px; *border-bottom-width: 2px; - border-top-right-radius: 6px; - border-top-left-radius: 6px; - border-bottom-right-radius: 6px; - border-bottom-left-radius: 6px; + border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; diff --git a/less/tokenfield-typeahead.less b/less/tokenfield-typeahead.less index db84a84..3505730 100644 --- a/less/tokenfield-typeahead.less +++ b/less/tokenfield-typeahead.less @@ -139,8 +139,7 @@ border: 1px solid @dropdown-border; *border-right-width: 2px; *border-bottom-width: 2px; - .border-top-radius(6px); - .border-bottom-radius(6px); + border-radius: 6px; .box-shadow(0 5px 10px rgba(0, 0, 0, .2)); -webkit-background-clip: padding-box; -moz-background-clip: padding;