2013-03-22 06:43:23 +00:00
|
|
|
|
/*** css used when "updateArrows" option is true ***/
|
|
|
|
|
/* the pager itself gets a disabled class when the number of rows is less than the size */
|
|
|
|
|
.tablesorter-pager.disabled {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2013-03-29 23:28:58 +00:00
|
|
|
|
|
2013-03-22 06:43:23 +00:00
|
|
|
|
/* hide or fade out pager arrows when the first or last row is visible */
|
|
|
|
|
.tablesorter-pager .disabled {
|
|
|
|
|
/* visibility: hidden */
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
filter: alpha(opacity=50);
|
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pagedisplay-container {
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
}
|