gecko-dev/xpfe/browser/resources/skin/contentframe.css

29 lines
525 B
CSS
Raw Normal View History

1999-07-01 22:58:32 +00:00
iframe {
border: 0px;
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;
list-style-image:url(resource:/res/toolbar/grippy-horizontal-after.gif);
1999-07-01 22:58:32 +00:00
}
titledbutton[class=grippy][open=true] {
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);
}