mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 06:54:00 +00:00
36 lines
416 B
CSS
36 lines
416 B
CSS
window {
|
|
display: block;
|
|
background-color: light-gray;
|
|
width: 100%;
|
|
}
|
|
|
|
iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 0px;
|
|
}
|
|
|
|
box {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
|
|
titledbutton.active {
|
|
color: yellow;
|
|
border: 0px;
|
|
margin: 1px;
|
|
padding: 3px 2px 0px 1px
|
|
}
|
|
|
|
titledbutton[disabled] {
|
|
color: black;
|
|
}
|
|
|
|
titledbutton {
|
|
color: black;
|
|
margin: 1px;
|
|
padding: 2px 1px 1px 2px
|
|
}
|
|
|