Toolbarbutton in window caption is composed of two parts, anchor tags and a div.
CSS Definition
Description
Default Values
td.mwt-embedded a,
td.mwt-embedded a:visited, td.mwt-embedded a:hover
toolbar used in embedded window
color: #222222;
The way to customize the toolbarbutton in Caption, changing background and font colors when hover over text.
Normal:
Hover:
td.mwt-embedded a
{
color:red;
background: yellow;
padding: 2px;
}
td.mwt-embedded a:hover
color:green;
background: blue;