Skip to content

v9.4.0

Choose a tag to compare

@I-HiMo-I I-HiMo-I released this 09 Aug 11:46

v9.4.0 — 2026-07-02

Small release — select text disappeared again (screenshot confirmed) + category button native-appearance fix

"Show 10/20/40/50" text was still missing (per screenshot)

The height + line-height combination has now failed twice in the live environment despite testing fine in isolation. Rather than trying a fourth variant of that technique, both the search box and select box now use only symmetric padding with no fixed height at all — the same simple method confirmed to render visible text previously. Both fields use matching padding values so they land at the same natural height without forcing anything.

Category dropdown text sitting low / overlapping the row below (per screenshot)

The category buttons are native <button> elements, which carry browser/OS-default padding and appearance that can conflict with custom CSS padding and push text out of its intended position. Added appearance: none (safe here — these are plain flat buttons with no native combobox behaviour attached, unlike <select>), plus explicit margin:0, font-family:inherit, and a fixed pixel line-height (20px, not a ratio) to remove any ambiguity in how the browser computes line height.

Also fixed

  • Removed a negative top margin on the dropdown panel (-2px) that was used to tuck it close to its toggle button — replaced with safe positive spacing, since negative margins on bordered boxes can behave inconsistently across browsers/themes
  • Increased container padding slightly for more breathing room around the first/last items

Note: the select box text-visibility issue has now recurred across two different fix attempts in the live environment despite passing my own testing. If it persists after this version, the most useful next step would be a link to the live page (or a screenshot with browser dev tools open on that element) so the actual computed CSS can be inspected directly, rather than continuing to guess blind.



This is the "Orginal" build for v9.4.0. A variant with a hand-edited style.css, made directly by the site owner, is published separately as v9.4.0-himo.