From c2af84b5a90faf15ec580e0c973ed8b4164613d7 Mon Sep 17 00:00:00 2001 From: Allen Bargi Date: Thu, 21 Jul 2011 07:11:38 -0700 Subject: [PATCH] fixed a border radius type --- chosen/chosen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chosen/chosen.css b/chosen/chosen.css index 8f0f771..e380915 100644 --- a/chosen/chosen.css +++ b/chosen/chosen.css @@ -87,7 +87,7 @@ div.chzn-container a.chzn-single div { -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 42px; + -webkit-border-bottom-right-radius: 4px; -o-border-bottom-right-radius: 4px; -ms-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px;