File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 194194 border : 0 ;
195195 border-bottom : 1px # eee solid;
196196 }
197+
198+ /* Sorting cusror and backgorund */
199+ .pnl_listarea th [class ^= "tbl_col" ]{cursor : pointer}
200+ .pnl_listarea th [class ^= "tbl_col" ]: hover {background-position : 0 -15px !important }
201+
197202}
Original file line number Diff line number Diff line change @@ -150,6 +150,4 @@ input.ui-button { padding: .4em 1em; }
150150.ui-buttonset .ui-button { margin-left : 0 ; margin-right : -.3em ; }
151151
152152/* workarounds */
153- button .ui-button ::-moz-focus-inner { border : 0 ; padding : 0 ; } /* reset extra padding in Firefox */
154- .pnl_listarea th {cursor : pointer}
155- .pnl_listarea th : hover {background-position : 0 -15px !important }
153+ button .ui-button ::-moz-focus-inner { border : 0 ; padding : 0 ; } /* reset extra padding in Firefox */
You can’t perform that action at this time.
0 commit comments