Timebox is composed of 2 span, an input box and an image.
CSS Definition
Description
Default Values
.text
The outline of timebox
background: #FFF url(${c:encodeURL('~./zul/img/grid/text-bg.gif')}) repeat-x 0 0;
border: 1px solid #7F9DB9;
span.rbtnbk
Button at the right edge
background-image: url(${c:encodeURL('~./zul/img/btnbk.gif')});
background-repeat: no-repeat;
border: 1px solid #7f9db9;
border-left: none;
The way to customize the button of combobox is to disable the image and change color as follows.
span.rbtnbk{ background-image:url(); background-color:pink;