File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
/* Spinner
2
2
----------------------------------*/
3
- .ui-spinner { position : relative; display : inline-block; overflow : hidden; padding : 0 ; vertical-align : middle; height : 1.8 em ; }
3
+ .ui-spinner { position : relative; display : inline-block; overflow : hidden; padding : 0 ; vertical-align : middle; }
4
4
.ui-spinner-input { border : none; background : none; padding : 0 ; margin : .2em 0 ; vertical-align : middle; margin-left : .4em ; margin-right : 22px ; }
5
5
.ui-spinner-button { width : 16px ; height : 50% ; font-size : .5em ; padding : 0 ; margin : 0 ; z-index : 100 ; text-align : center; vertical-align : middle; position : absolute; cursor : default; display : block; overflow : hidden; right : 0 ; }
6
6
.ui-spinner a .ui-spinner-button { border-top : none; border-bottom : none; border-right : none; } /* more specificity required here to overide default borders */
10
10
11
11
/* TR overrides */
12
12
span .ui-spinner { background : none; }
13
+ .ui-spinner .ui-icon-triangle-1-s {
14
+ /* need to fix icons sprite */
15
+ background-position : -65px -16px ;
16
+ }
You can’t perform that action at this time.
0 commit comments