Toolbarbutton in Caption

Toolbarbutton in window caption is composed of two parts, anchor tags and a div.

Toolbarbutton in Caption

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;

Customize ToolbarButton in Caption

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;

padding: 2px;

}