Try editing dhtmlwindow.css with the line(s) in red:
Code:
.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
padding-left: 40px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
left: 0;
top: 2px;
cursor: hand;
cursor: pointer;
}
Bookmarks