From 3df49d3cbcbb9cadecc555b99b9b4792f101488c Mon Sep 17 00:00:00 2001 From: Patrick Cook Date: Fri, 28 Sep 2012 10:47:18 -0700 Subject: [PATCH] Set cursor to default for combobox selection items to make it feel more like a native control --- jquery/css/jquery.combobox/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/jquery/css/jquery.combobox/style.css b/jquery/css/jquery.combobox/style.css index 7f66aa8..c64c383 100644 --- a/jquery/css/jquery.combobox/style.css +++ b/jquery/css/jquery.combobox/style.css @@ -72,6 +72,7 @@ .combobox_selector li { padding: 2px 5px; + cursor: default; } .combobox_selector li:hover,