Listbox Paging

In Paging mold, Listbox is composed of four parts, header part, body part, footer part, and paging part.

About header part, body part, and footer part are the same as Default mold of grid, so you can refer to here.

Paging part

CSS Definition

Description

Default Values

div.listbox-pgi

The paging outline under the listbox

border-top: 1px solid #AAB; overflow: hidden;

div.listbox-pgi-t

The paging outline over the listbox

border-bottom: 1px solid #AAB; overflow: hidden;

div.paging

The outline of the paging component

background: white;

font-size: x-small; color: #a30; font-weight: bold;

div.paging a

The a tag of the paging

Font-size: x-small; color: #a30; font-weight: bold;

color: #00a; font-weight: normal; text-decoration: underline;

div.paging a:visited

The visited of a tag

color: #00a; font-weight: normal; text-decoration: underline;

div.paging a:hover

The hover of a tag

background: #DAE8FF;

div.paging span

The span tag of the paging

font-size: x-small; color: #555; font-weight: normal;