moved css for sorting from combobox to content.css and added class selector
| | |
| | | border:0; |
| | | border-bottom: 1px #eee solid; |
| | | } |
| | | |
| | | /* Sorting cusror and backgorund */ |
| | | .pnl_listarea th[class^="tbl_col"]{cursor:pointer} |
| | | .pnl_listarea th[class^="tbl_col"]:hover{background-position:0 -15px!important} |
| | | |
| | | } |
| | |
| | | .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } |
| | | |
| | | /* workarounds */ |
| | | button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ |
| | | .pnl_listarea th{cursor:pointer} |
| | | .pnl_listarea th:hover{background-position:0 -15px!important} |
| | | button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ |