From: Mitch Jackson Date: Tue, 27 Nov 2018 21:40:52 +0000 (-0500) Subject: RT# 81706 CSS Sub-Menu Fix for jQuery-ui upgrade X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4466b9790181b76b2955cf522562231228047054;hp=28051580bf12b079a4631647a5c0defc7f55c9dc RT# 81706 CSS Sub-Menu Fix for jQuery-ui upgrade --- diff --git a/httemplate/elements/dropdown-menu.html b/httemplate/elements/dropdown-menu.html index 1ba4c00cc..8c99db07f 100644 --- a/httemplate/elements/dropdown-menu.html +++ b/httemplate/elements/dropdown-menu.html @@ -5,6 +5,12 @@ border: none; } +#<% $opt{id} %> .ui-state-active { + color: inherit; + background-color: transparent; + border-color: transparent; +} + #<% $opt{id} %> li { float: left; padding: .25em;