mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
a5b40393cc
Removing xul.css and moving to global/skin
29 lines
525 B
CSS
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);
|
|
}
|