Index: betterselect.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/betterselect/betterselect.css,v retrieving revision 1.2 diff -u -p -r1.2 betterselect.css --- betterselect.css 11 Jun 2008 03:18:02 -0000 1.2 +++ betterselect.css 19 Jun 2008 04:44:24 -0000 @@ -1,10 +1,10 @@ /* $Id: betterselect.css,v 1.2 2008/06/11 03:18:02 webchick Exp $ */ .better-select div.form-checkboxes { - max-height: 150px; + position: relative; + height: 150px; overflow: auto; border: 1px solid #666; - line-height: 1; margin: 0; } @@ -13,5 +13,6 @@ } .hilight { - background-color: #DDD; + background-color: #0072b9; + color: #fff; }