connect web menu - win7 - firefox

If someone want the menu work again with a workaround on windows 7 and firefox ( not supported by garmin because obsolete )  you  have to create the userContent.css on firefox

  1. Open Firefox and press Alt to show the top menu, then click on HelpTroubleshooting Information

  2. Click the Open Folder button beside the Profile Folder entry

  3. Create a folder named chrome in the directory that opens

  4. In the chrome folder, create a CSS file with name userContent.css

  5. Copy the following code to userContent.css

    @-moz-document domain(garmin.com) {
    .MainSidebar_menuItemText__IqSkz { opacity : 1 !important; margin-left:27px; padding-right: 5px; color: #fff !important;}
    .MainSidebar_children__Fb1Eo {   margin-left: 0px !important;    list-style-type: none ;    padding: 0 ;   height:0; margin: 0 ;    visibility: hidden ;   transition: padding 250ms ease, margin 250ms ease, visibility 0ms 250ms;}
    .MainSidebar_openChildren__Tpb7h {  height: 100% }
    .MainSidebar_sidebarMenuItems__J6niH { list-style:none; margin-left: 0px !important;}
    }
  6. Open another tab in Firefox, go to about:config, and set toolkit.legacyUserProfileCustomizations.stylesheets preference to true.

  7. Restart Firefox.

with this modification you apply others css rules to the page  so return to work  without plugin .