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/?a=commitdiff_plain;h=364129ee69a426f50afe090a4ceb8bf3403866d5;p=freeside.git 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;