[Resolved] Issue with navigation bar link colors in staff area

    • February 7, 2023 at 12:30 pm #15118
      C
      brunelle26
      Participant

      There is an issue with the navigation bar hover colors and dropdown link colors in the staff area. They are mapped to the Mobile Menu Background color instead of the Main Navigation Link color. You’ll see this problem in both your built-in themes and when creating a custom theme.

      I can send pictures if you’d like but it’s pretty obvious and I’ve already cleared cached images and files so that is not the issue.

       

    • August 22, 2023 at 3:12 pm #17920
      R
      it.admin
      Participant

      Having the same issue. Good thing most people don’t use mobile but it would be nice to get this fixed.

    • October 18, 2023 at 6:45 am #18447
      echomeless
      Participant

      If you add this to the custom CSS and replace the #fff with the hex color code you want. This will change the link color value on desktop and leave mobile as is until this is fixed.

      @media only screen and (min-width: 760px) {
      :root {–mobile-menu-bg:#fff!important;}
      }

    • October 19, 2023 at 12:40 pm #18477
      stevland
      Keymaster

      Hi guys, 

      Thank you for taking the time to report this.

      And extra kudos to @echomeless. Thank you for sharing your workaround.

      osTicket Awesome for osTicket 1.18 (Revision 3) — which I posted just now — fixes the errant color mappings and adds support for two new hover states.

You must be logged in to reply to this topic.

Topic Tags