Edit pagination

This commit is contained in:
San Wai Lwin
2018-06-12 17:11:43 +06:30
parent 90cdc04300
commit c037c85055
3 changed files with 36 additions and 5 deletions

View File

@@ -467,4 +467,33 @@ iframe {
.tax-btn-box {
width: 230px;
height: 80px;
}
/*Pagination*/
nav.pagination {
margin:10px;
}
nav.pagination .current{
background-color:#1f91f3;
color:#fff;
padding:4px 10px;
margin-top:-4px;
}
nav.pagination .page a,.next a,.last a,.prev a,.first a{
padding:6.5px 10px;
margin-left: 3px;
}
nav.pagination .page a:hover,
a:focus {
background-color: #ccc;
text-decoration: none;
}
nav.pagination .page a:hover,
.first a:hover,.last a:hover,.prev a:hover,.next a:hover{
background-color: #ccc;
text-decoration: none;
}