1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-19 12:52:11 +01:00

No hover underline or active outline for full numbers pagination

This commit is contained in:
Allan Jardine 2011-12-15 16:49:27 +00:00
parent 35bbab90e2
commit 2f910a4e28

View File

@ -319,6 +319,14 @@ td.details {
line-height: 22px;
}
.paging_full_numbers a:active {
outline: none
}
.paging_full_numbers a:hover {
text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
border: 1px solid #aaa;