blob: c8f8564edc8ddafb351c4b07c2d9130e0bd8a67a [file] [log] [blame]
.htmlarea .toolbar {
background-color:#c3daf9;
background-image:url(back.png);
background-repeat:repeat-y;
}
.htmlarea .toolbarRow {
margin-top:2px;
margin-bottom:2px;
background-image:url(button-background.png);
height:25px;
}
.htmlarea .toolbar .button {
width:20px;
height:20px;
padding:1px;
border:none;
background-image:url(button-background.png);
}
.buttonImageContainer {
position:relative;
left:1px;
top:1px;
}
.htmlarea .toolbar .separator {
margin:0;
background-image:url(separator.png);
width:7px;
height:20px;
padding:0;
}
.separator {
border:none;
}
.htmlarea .toolbar a.button:hover {
border:1px solid #003355;
padding:0;
background-image:url(hover.png);
}
.htmlarea .toolbar .button.buttonPressed
{
border:1px solid #003355;
padding:0;
background-image:url(selected.png);
}
.htmlarea .statusBar {
padding:0;
height:20px;
background-image:url(button-background.png);
background-repeat:repeat-x;
background-color:#c3daf9;
color:ButtonText;
font:11px helvetica,arial,sans-serif;
}
.htmlarea .statusBar .statusBarWidgetContainer
{
background-image: url(button-background.png);
background-repeat: repeat-x;
background-color: #c3daf9;
}
.htmlarea .statusBar .statusBarTree {
display:block;
margin:3px;
}
.htmlarea .statusBar .statusBarTree a {
padding:2px 5px;
color:#00f;
text-decoration:none;
}
.htmlarea .panel h1 {
background-image:url(button-background.png);
background-repeat:repeat-x;
background-color:#c3daf9;
}
.dialog {
background-color:#c3daf9;
}
.dialog .title {
background-image: url(button-background.png);
}
.dialog button{
background-image: url(button-background.png);
}