toolkit/themes/osx/global/spinbuttons.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/global/spinbuttons.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
     1.9 +
    1.10 +spinbuttons {
    1.11 +  height: 24px;
    1.12 +  min-height: 24px;
    1.13 +  -moz-appearance: spinner;
    1.14 +  cursor: default;
    1.15 +}
    1.16 +
    1.17 +.spinbuttons-up {
    1.18 +  -moz-appearance: none;
    1.19 +  -moz-box-flex: 1;
    1.20 +  min-width: 1px;
    1.21 +  min-height: 1px;
    1.22 +  margin: 0;
    1.23 +  padding: 0;
    1.24 +}
    1.25 +
    1.26 +.spinbuttons-down {
    1.27 +  -moz-appearance: none;
    1.28 +  -moz-box-flex: 1;
    1.29 +  min-width: 1px;
    1.30 +  min-height: 1px;
    1.31 +  margin: 0;
    1.32 +  padding: 0;
    1.33 +}
    1.34 +

mercurial