Intbox is an input box.
CSS Definition
Description
Default Values
.text
The outline of intbox
background: #FFF url( ${c:encodeURL('~./zul/img/grid/text-bg.gif')} ) repeat-x 0 0;
background: #FFF url(
${c:encodeURL('~./zul/img/grid/text-bg.gif')}
) repeat-x 0 0;
repeat-x scroll 0pt;
border:1px solid #7F9DB9;
. text-invalid
.
text-invalid
background: #FFF url( ${c:encodeURL('~./zul/img/grid/text-bg-invalid.gif')} ) repeat-x 0 0;
${c:encodeURL('~./zul/img/grid/text-bg-invalid.gif')}
border: 1px solid #DD7870;
The way to customize the background of Intbox is change color as follows.
.text{ background: gray; }
The way to customize the border of Intbox is change color as follows.
.text-invalid{ border: 1px solid black;