搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Can I hide the up/down arrows on input forms?

  • 3 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

I'm having some display problems with the little up/down arrows that appear on numerical input forms. Most of the time these are pretty unobtrusive, but on some sites the arrows take up so much space they obscure the numbers in the field. I've added a screenshot from a Roll20 character sheet to illustrate the problem- the collumns are fixed-width, so re-sizing the window doesn't help, and I couldn't find any options in the settings menu which relate to these arrows.

Is there a way I can have the arrows hidden by default, and only appear when I mouse over the field? Or am I just going to have to use Goggle Chrome whenever I want to use this website?

I'm having some display problems with the little up/down arrows that appear on numerical input forms. Most of the time these are pretty unobtrusive, but on some sites the arrows take up so much space they obscure the numbers in the field. I've added a screenshot from a Roll20 character sheet to illustrate the problem- the collumns are fixed-width, so re-sizing the window doesn't help, and I couldn't find any options in the settings menu which relate to these arrows. Is there a way I can have the arrows hidden by default, and only appear when I mouse over the field? Or am I just going to have to use Goggle Chrome whenever I want to use this website?
已附加屏幕截图

所有回复 (3)

more options

Check your zoom controls.

<Control> (Mac=<Command>) + (plus) enlarge - (minus) reduce 0 (zero) restore

more options

This doesn't change the relative size of the arrows- the whole table gets bigger or smaller, but the arrows still take the same amount of space within each field.

more options

You can add code to the userContent.css file to only show the spinners on hover.


input[type=number]:not(:hover) {-moz-appearance: textfield !important;}

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

  • toolkit.legacyUserProfileCustomizations.stylesheets = true