Backed out 4 changesets (bug 1920674, bug 1920468) for causing win crashes. CLOSED...
[gecko.git] / toolkit / themes / shared / numberinput.css
blobf152d79c3bc2d36a84aaae60a8bc2a0a9afff307
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* ===== numberinput.css ================================================
6 == Styles used by the input[type="number"] element.
7 ======================================================================= */
9 @namespace url("http://www.w3.org/1999/xhtml");
11 input[type="number"] {
12 text-align: right;
15 input[type="number"][hidespinbuttons="true"] {
16 appearance: textfield !important;