File tree Expand file tree Collapse file tree 2 files changed +374
-374
lines changed Expand file tree Collapse file tree 2 files changed +374
-374
lines changed Original file line number Diff line number Diff line change 1
- /* Spinner
2
- ----------------------------------*/
3
- .ui-spinner { position : relative; display : inline-block; overflow : hidden; padding : 0 ; vertical-align : middle; height : 1.8em ; }
4
- .ui-spinner-input { border : none; background : none; padding : 0 ; margin : .2em 0 ; vertical-align : middle; margin-left : .4em ; margin-right : 22px ; }
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
- .ui-spinner a .ui-spinner-button { border-top : none; border-bottom : none; border-right : none; } /* more specificity required here to overide default borders */
7
- .ui-spinner .ui-icon { position : absolute; margin-top : -8px ; top : 50% ; left : 0 ; } /* vertical centre icon */
8
- .ui-spinner-up { top : 0 ; }
9
- .ui-spinner-down { bottom : 0 ; }
10
-
11
- /* TR overrides */
12
- span .ui-spinner { background : none; }
1
+ /* Spinner
2
+ ----------------------------------*/
3
+ .ui-spinner { position : relative; display : inline-block; overflow : hidden; padding : 0 ; vertical-align : middle; height : 1.8em ; }
4
+ .ui-spinner-input { border : none; background : none; padding : 0 ; margin : .2em 0 ; vertical-align : middle; margin-left : .4em ; margin-right : 22px ; }
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
+ .ui-spinner a .ui-spinner-button { border-top : none; border-bottom : none; border-right : none; } /* more specificity required here to overide default borders */
7
+ .ui-spinner .ui-icon { position : absolute; margin-top : -8px ; top : 50% ; left : 0 ; } /* vertical centre icon */
8
+ .ui-spinner-up { top : 0 ; }
9
+ .ui-spinner-down { bottom : 0 ; }
10
+
11
+ /* TR overrides */
12
+ span .ui-spinner { background : none; }
You can’t perform that action at this time.
0 commit comments