Implement table pagination with jQuery
This commit is contained in:
@@ -255,6 +255,16 @@ li { margin-left: 20px;}
|
||||
.pagination ul li a {
|
||||
}
|
||||
|
||||
.pagination ul li.clickable {
|
||||
color: #0088cc;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.pagination ul li.active {
|
||||
color: #222;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
#footer {
|
||||
@@ -454,4 +464,4 @@ html ul.tabs li.active, html ul.tabs li.active a:hover { /*--Makes sure that th
|
||||
}
|
||||
.tab_content {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,5 +34,13 @@ table .odd {
|
||||
background: #f6f6f6;
|
||||
}
|
||||
|
||||
table tbody tr:nth-child(even) {background: #fff}
|
||||
table tbody tr:nth-child(odd) {background: #f6f6f6}
|
||||
table .even {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
table .hover {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
/*table tbody tr:nth-child(even) {background: #fff}
|
||||
table tbody tr:nth-child(odd) {background: #f6f6f6}*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user