mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user