gecko-dev/xpfe/browser/resources/skin/contentframe.css
matt%netscape.com a5b40393cc Removing contentframe.js and moving to content directory
Removing xul.css and moving to global/skin
1999-07-14 00:08:42 +00:00

29 lines
525 B
CSS

iframe {
border: 0px;
width: 0px;
height: 0px;
min-width: 0px;
min-height: 0px;
}
iframe[class=sidebarframe] {
width: 0px;
}
titledbutton[class=grippy] {
background-color: rgb(206, 207, 206);
border: 0px;
margin: 0px;
padding: 0px;
list-style-image:url(resource:/res/toolbar/grippy-horizontal-after.gif);
}
titledbutton[class=grippy][open=true] {
list-style-image:url(resource:/res/toolbar/grippy-horizontal-before.gif);
}
titledbutton[class=grippy]:hover {
background-color: rgb(204, 204, 255);
}