mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Fix datatable paging visual bug in Firefox
This commit is contained in:
parent
43409b3089
commit
af76017a79
1 changed files with 3 additions and 0 deletions
|
@ -2325,6 +2325,9 @@ a .home-platforms-instance-list-oval:hover,
|
||||||
width: 250px;
|
width: 250px;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
.dataTables_paginate li {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
.tooltip.top .tooltip-arrow {
|
.tooltip.top .tooltip-arrow {
|
||||||
border-top-color: #fff;
|
border-top-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue