diff options
-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> |