RT# 81706 CSS Menu Fix for jQuery-ui upgrade
authorMitch Jackson <mitch@freeside.biz>
Thu, 15 Nov 2018 01:02:22 +0000 (20:02 -0500)
committerMitch Jackson <mitch@freeside.biz>
Wed, 28 Nov 2018 02:26:14 +0000 (21:26 -0500)
httemplate/view/cust_main/menu.html

index 7ec4d07..cc9f1fc 100644 (file)
   text-decoration: none;
 }
 
-#customer_menu ul a {
+#customer_menu ul a,
+#customer_menu ul form {
   background: transparent;
+  border: none;
 }
 
 </style>