Fixed minor style bug in pagination events - #4283

This commit is contained in:
Tatiana Llorente 2019-07-02 17:45:25 +02:00
parent 86610ebe96
commit 89d00115e2
1 changed files with 6 additions and 1 deletions

View File

@ -261,11 +261,16 @@ a.pandora_pagination {
padding: 5px;
color: #000;
border: 1px solid #cacaca;
border-left: none;
min-width: 12px;
margin-right: -1px;
text-decoration: none;
cursor: pointer;
}
.dataTables_paginate > span > span.ellipsis + a.pandora_pagination:last-child,
.dataTables_paginate a.pandora_pagination.previous {
border-left: 1px solid #cacaca;
}
a.pandora_pagination.disabled {
color: #cacaca;
}