Forum

Issue with navigati...
 
Notifications
Clear all

Issue with navigation bar link colors in staff area

3 Posts
4 Users
0 Reactions
19 Views
Posts: 1
Topic starter
(@brunelle26)
Member
Joined: 3 years ago

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.

 


2 Replies
Posts: 3
(@it-admin)
Member
Joined: 5 years ago

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


Reply
Posts: 1
(@echomeless)
Member
Joined: 7 years ago

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;}
}


Reply
Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

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.


Reply
Share: