CSS workaround for clients with legacy browsers that don't support light-dark() in Typo3 13 backend
CSS support for clients/editors with older legacy browsers that do not support the light-dark() rendering used in Typo3 v13. Prevents transparent context menus, illegible modal overlays etc.
Install extension and add 'av_lightdarklegacy' to root template. Custom Backend CSS file will adjust rendering on legacy browsers using @supports not (color: light-dark(black, white))
Alpha proof of concept currently for *light mode only*.
Version | Upload comment | Works with TYPO3 | Download |
---|---|---|---|
1.0.0 /
alpha
April 01, 2025 |
CSS support for clients/editors with older legacy browsers that do not support the light-dark() rendering used in Typo3 v13. Prevents transparent context menus, illegible modal overlays etc. Install extension and add 'av_lightdarklegacy' to root template. Custom Backend CSS file will adjust rendering on legacy browsers using @supports not (color: light-dark(black, white)) Alpha proof of concept currently for *light mode only*. |
13.0.0 - 13.5.99 | Download |