Dojo tab label font size and color
August 16, 2006
Changing the font size and color was pretty easy because all I had to do was add the following two lines to the CSS definition of the labelPosition that was covered in yesterday’s post.
.dojoTabLabels-custom {
color: red;
font-sixe: 14px;
}