From 4d5ac5b3e946e465058632c060a3019b33a5ee3f Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Wed, 30 Jul 2025 14:49:54 +0200 Subject: [PATCH] themes: remove -moz selectors Firefox newer than v88 complains with: Unknown pseudo-class or pseudo-element '-moz-focus-inner'. Ruleset ignored due to bad selector. See: https://developer.mozilla.org/en-US/docs/Web/CSS/::-moz-focus-inner Signed-off-by: Paul Donald --- .../htdocs/luci-static/bootstrap/cascade.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index ecc5f25032..8ab413f11f 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -224,11 +224,6 @@ textarea { line-height: 2em; } -button::-moz-focus-inner, input::-moz-focus-inner { - border: 0; - padding: 0; -} - button, input[type="button"], input[type="reset"], @@ -1906,11 +1901,6 @@ body.modal-overlay-active #modal_overlay { font-size: 11px; } -button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { - padding: 0; - border: 0; -} - .close { float: right; color: #000; -- 2.30.2