Merge branch 'ent-4283-Elementos-superpuestos' into 'develop'
Fixed minor style bug in pagination events - #4283 See merge request artica/pandorafms!2569
This commit is contained in:
commit
304301a54a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue