Changes between Initial Version and Version 1 of Ticket #36513


Ignore:
Timestamp:
Jul 20, 2025, 11:04:29 AM (7 weeks ago)
Author:
cjs59
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36513 – Description

    initial v1  
    55Adding the following to a custom CSS file fixes Edge so the unfocused widget renders the same as in Chrome:
    66
     7{{{
    78form .aligned select option:checked {
    89        color: var(--body-fg);
    910}
     11}}}
Back to Top