diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-11-14 20:02:22 -0500 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-11-14 21:30:15 -0500 |
commit | cbaaf7761d53743db699d046500bf4013e021e79 (patch) | |
tree | ac6bd92fda2cb98d37c8e22d29159700708d3e20 /httemplate/view | |
parent | 828eb6d552b55242b95e8fcfd252e5e74a8569f1 (diff) |
RT# 81706 CSS Menu Fix for jQuery-ui upgrade
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/menu.html | 4 |
1 files changed, 3 insertions, 1 deletions
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; } </style> |