Fixed pagination style
parent
a7a1fadae6
commit
844d0dacf0
|
@ -559,6 +559,10 @@ a {
|
|||
height: 70px;
|
||||
}
|
||||
|
||||
.pagination>li>a{
|
||||
background-color: @primary-btn-color !important;
|
||||
}
|
||||
|
||||
.page-item.disabled .page-link{
|
||||
color:#b7b7b7;
|
||||
}
|
||||
|
@ -568,6 +572,10 @@ a {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
.page-link:hover {
|
||||
color: @text-gray-color !important;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
|
|
@ -452,6 +452,9 @@ a {
|
|||
padding: 0px;
|
||||
height: 70px;
|
||||
}
|
||||
.pagination > li > a {
|
||||
background-color: #000000 !important;
|
||||
}
|
||||
.page-item.disabled .page-link {
|
||||
color: #b7b7b7;
|
||||
}
|
||||
|
@ -459,6 +462,9 @@ a {
|
|||
color: white;
|
||||
border: 0;
|
||||
}
|
||||
.page-link:hover {
|
||||
color: #aaaaaa !important;
|
||||
}
|
||||
.navbar-default .navbar-toggle:hover,
|
||||
.navbar-default .navbar-toggle:focus {
|
||||
background-color: #000000;
|
||||
|
|
Loading…
Reference in New Issue