Files
Mozilla/mozilla/xpfe/components/sidebar/resources/sidebarOverlay.css
slamm%netscape.com b1891ae1ff Better remembering of open/close state.
git-svn-id: svn://10.0.0.236/trunk@48084 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:38:26 +00:00

69 lines
761 B
CSS

box#sidebarbox
{
height: 200px;
width: 200px;
}
splitter#sidebarsplitter
border: 1px solid outset
}
box#sidebarbox[hidden="true"] {
display: none
}
splitter#sidebarsplitter[hidden="true"] {
display: none
}
box#sidebarpanels
{
overflow: auto
}
iframe.panelframe {
width: 100px;
height: 125px;
border: 0px;
}
iframe.notlast
{
height: 125px;
}
/*
* Sidebar and Panel title buttons
*/
box#titlebox
{
background-color: #666699;
}
box#titlebox titledbutton
{
color: white;
}
splitter.panelbar
{
padding: 0px;
border-top: 1px solid #ffffff;
}
splitter.panelbar div
{
padding: 5px;
}
splitter.panelbar titledbutton
{
padding: 0px;
}
titledbutton.showhide
{
list-style-image:url(chrome://sidebar/skin/showhide.gif);
}