A
A
Alexander Bosikov2014-08-14 07:57:55
Opera
Alexander Bosikov, 2014-08-14 07:57:55

How to remove arrows in input[type="number"] in Opera?

There are solutions for Firefox and Webkit, but I can’t find anything for Opera, especially since they are the worst of all browsers there =)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2014-08-14
@CTAKAH4uK

Haven't tested, but it might work:

input::-o-outer-spin-button,
input::-o-inner-spin-button {
    -o-appearance: none;
    margin: 0;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question