Fix spin box buttons not appearing on OSX

This commit is contained in:
David Rowe 2016-04-07 08:15:25 +12:00
parent dfa7416acb
commit b6a511ac80

View file

@ -252,6 +252,7 @@ input[type=number]::-webkit-inner-spin-button {
display: block;
position: relative;
width: 10px;
height: 100%;
overflow: hidden;
font-family: hifi-glyphs;
font-size: 50px;