]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/tizen/base/src/field/_Spinner.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / tizen / base / src / field / _Spinner.scss
1 .x-spinner {
2 .x-spinner-button {
3 position: relative;
4 border: 0px !important;
5 width: 30px;
6 height: 30px;
7 margin-left: 5px;
8 @include border-radius(1em);
9 font-size: 1.4em;
10 line-height: 1.3em;
11 }
12 &.x-item-disabled .x-spinner-button {
13 opacity: $disabled-opacity;
14 }
15 }