mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
d8806e94f2
Page Info has no more xpfe dependencies.
33 lines
410 B
CSS
33 lines
410 B
CSS
@import "chrome://global/skin/";
|
|
|
|
tree {
|
|
margin: .5em;
|
|
}
|
|
|
|
textbox,
|
|
textbox > .textbox-internal-box,
|
|
textbox > .textarea-internal-box {
|
|
background: transparent !important;
|
|
border: none;
|
|
padding: 0px;
|
|
-moz-appearance: none;
|
|
}
|
|
|
|
textbox.header {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.iframe {
|
|
margin: .5em;
|
|
background: white;
|
|
overflow: auto;
|
|
}
|
|
|
|
#thepreviewimage {
|
|
margin: 1em;
|
|
}
|
|
|
|
.fixedsize {
|
|
height: 8.5em;
|
|
}
|