luci-theme-openwrt: prevent minify errors
authorPaul Donald <redacted>
Thu, 15 Jan 2026 16:48:26 +0000 (17:48 +0100)
committerPaul Donald <redacted>
Thu, 15 Jan 2026 16:51:15 +0000 (17:51 +0100)
commit5a36477c953e9028ddf587135f014b6adbb0684c
tree9f227e3caa034a93bd9c2aca8c76d9c2c30039a4
parent2eb0501b3874bf7d00c69848c67c0b0603a5ef18
luci-theme-openwrt: prevent minify errors

The CSS:

padding: calc(0.125em - 1px) calc(0.5em - 1px);

produced:

padding:calc(.125em

since minify treated it as a quad. Work around this and remove
it. The difference without it is minor.

Remove input colouring since the custom tags don't help and
the colouring makes input difficult to discern from placeholders.

Remove also -ms-backdrop definition which effectively overrides
the previous auto.

There was also an instance where 'solid red;' was truncated
to 'solid re' but I cannot reproduce this with minify.

Signed-off-by: Paul Donald <redacted>
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
git clone https://git.99rst.org/PROJECT