Well I've compared the skin1.css and skin1_admin.css and the TD.DialogTitle sections are almost identical and includes the
BACKGROUND-COLOR: #68C1FF;
The TD.DialogSlant section also inlcudes this:
BACKGROUND-IMAGE: url(images/dialog_slant.gif);
The image appears inside the skin1\images directory as well. Should there be a BACKGROUND-IMAGE line inside the TD.DialogTitle section?
Here's a snippet of the skin1.css:
Code:
TD.DialogTitle {
COLOR: #000000;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
BACKGROUND-COLOR: #68C1FF;
VERTICAL-ALIGN: bottom;
HEIGHT: 14px;
PADDING-TOP: 1px;
PADDING-BOTTOM: 0px;
PADDING-LEFT: 10px;
PADDING-RIGHT: 10px;
TEXT-ALIGN: left;
}
TD.DialogTitleSlant {
WIDTH: 10px;
BACKGROUND-IMAGE: url(images/dialog_slant.gif);