]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/bb103/src/field/_Spinner.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / bb103 / src / field / _Spinner.scss
1 .x-spinner {
2 .x-spinner-button {
3 margin: 9px 3px;
4 padding: 0;
5 width: 30px !important;
6 line-height: 33px;
7 height: 36px;
8 font-weight: bold;
9 border: none !important;
10 }
11
12 .x-input-el {
13 -webkit-text-fill-color: black;
14 }
15
16 &.x-item-disabled {
17 .x-input-el {
18 -webkit-text-fill-color: #B3B3B3;
19 }
20
21 .x-spinner-button {
22 color: #aaa !important;
23 }
24 }
25 }