Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

How do I edit "input [type=number]" spin buttons, using css?

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 12 προβολές
  • Τελευταία απάντηση από Matthew Thomas

more options

The default arrow selectors are tiny and look like crap. I have went through many tutorials and websites that do not have code applied in FF or they tell me to use javascript. Why is there no css code selector in FF for those arrows?

This is code I found for Chrome: input[type=number]::-webkit-inner-spin-button{ }

So how would I edit the up and down arrows in FF?

The default arrow selectors are tiny and look like crap. I have went through many tutorials and websites that do not have code applied in FF or they tell me to use javascript. Why is there no css code selector in FF for those arrows? This is code I found for Chrome: input[type=number]::-webkit-inner-spin-button{ } So how would I edit the up and down arrows in FF?
Συνημμένα στιγμιότυπα

Όλες οι απαντήσεις (1)

more options

Hello,

Basically, there just isn't an agreed upon standard for customizing these, so FF does not support any customization. You can see a note about this here: https://developer.mozilla.org/en-US/docs/Learn/Forms/Advanced_form_styling#Date_input_types

It points out that you could use 'tel' if you want to hide the arrows. No one is going to pretend that this is a great thing. It's unfortunate, but the web is still developing. We would all love to have these features now. However, fragmentation is a steep price for expediency.

I hope this is helpful!