External Publication
Visit Post

Web Compatibility Support • Re: X-Plane.org forum/website problem...

Pale Moon forum - Forum index [Unofficial] June 3, 2026
Source

The colors are wrong because calc is not supported within a color definition (e.g. oklch(100% 100% 0) is white, but oklch(calc(100%) 100% 0) is invalid). The display is wrong because :has is not supported, which is used to override the grid layout. Here's a userstyle to fix the menu and initial layout, but I didn't look any further than that.

CODE:

@-moz-document domain("forums.x-plane.org") { .ipsGrid.ipsGrid_collapsePhone { grid-template-columns: repeat(12, 1fr) !important; } .ipsHeader__secondary { color: white; } .ipsNav__dropdown { color: black !important; background-color: white !important; }}

Discussion in the ATmosphere

Loading comments...