From: Mitch Jackson Date: Thu, 15 Nov 2018 01:02:22 +0000 (-0500) Subject: RT# 81706 CSS Menu Fix for jQuery-ui upgrade X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=cbaaf7761d53743db699d046500bf4013e021e79;p=freeside.git RT# 81706 CSS Menu Fix for jQuery-ui upgrade --- diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index 7ec4d07db..cc9f1fc71 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -60,8 +60,10 @@ text-decoration: none; } -#customer_menu ul a { +#customer_menu ul a, +#customer_menu ul form { background: transparent; + border: none; }