.FileManager_Pager
The paging details that appear at the bottom of the file list.
Note: you can not change the font for the ‘page 1 of 4’ text using this class. This text is controlled with the
NormalBold class. You can delete the font details below from the default.css file without having any effect on the FileManager.
.FileManager_Pager
{
font-family: Tahoma, Arial, Helvetica;
font-size: 15px;
font-weight: bold;
background-color: orange;
border-top: dimgray 10px solid;
height: 50px;
}