Paging

Paging is a way to handle long content with other component, like grid, listbox, treeitem ...etc.

Input Box

CSS Definition

Description

Default Values

div.paging

The outline of paging

font-size: x-small;

color: #a30;

font-weight: bold;

background: white;

div.paging a

The link of paging

font-size: x-small;

color: #a30;

font-weight: bold;

color: #00a;

font-weight: normal;

text-decoration: underline;

div.paging span

Span of paging

font-size: x-small;

color: #555;

font-weight: normal;

div.paging a:visited

The visited link of paging

color: #00a;

font-weight: normal;

text-decoration: underline;

div.paging a:hover

The hover link of paging

background: #DAE8FF;

Customize the Background of Paging

The way to customize the background of paging is change color as follows.

div.paging {
    background:pink;    
}