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 <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2025-07-30 14:49:54 +02:00
parent 5cb2eb619e
commit 4d5ac5b3e9

View File

@@ -224,11 +224,6 @@ textarea {
line-height: 2em; line-height: 2em;
} }
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
button, button,
input[type="button"], input[type="button"],
input[type="reset"], input[type="reset"],
@@ -1906,11 +1901,6 @@ body.modal-overlay-active #modal_overlay {
font-size: 11px; font-size: 11px;
} }
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
padding: 0;
border: 0;
}
.close { .close {
float: right; float: right;
color: #000; color: #000;