1999-07-01 22:58:32 +00:00
|
|
|
|
|
|
|
iframe {
|
|
|
|
border: 0px;
|
1999-07-14 00:08:42 +00:00
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
|
|
|
min-width: 0px;
|
|
|
|
min-height: 0px;
|
1999-07-01 22:58:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
iframe[class=sidebarframe] {
|
|
|
|
width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[class=grippy] {
|
|
|
|
background-color: rgb(206, 207, 206);
|
|
|
|
border: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
1999-07-14 00:08:42 +00:00
|
|
|
list-style-image:url(resource:/res/toolbar/grippy-horizontal-after.gif);
|
1999-07-01 22:58:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[class=grippy][open=true] {
|
1999-07-14 00:08:42 +00:00
|
|
|
list-style-image:url(resource:/res/toolbar/grippy-horizontal-before.gif);
|
1999-07-01 22:58:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[class=grippy]:hover {
|
|
|
|
background-color: rgb(204, 204, 255);
|
|
|
|
}
|