mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
4dc9db546e
r= ddk, kiko
38 lines
458 B
CSS
38 lines
458 B
CSS
body
|
|
{
|
|
font-family: sans-serif;
|
|
font-size: 10pt;
|
|
background-color: white;
|
|
}
|
|
|
|
ul
|
|
{
|
|
padding-left: 12px;
|
|
}
|
|
|
|
radio
|
|
{
|
|
-moz-user-select: ignore;
|
|
}
|
|
|
|
.text-link
|
|
{
|
|
margin-left: 3px;
|
|
}
|
|
|
|
.text-link:hover
|
|
{
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.descriptive-content
|
|
{
|
|
color: #AAAAAA;
|
|
}
|
|
|
|
.descriptive-content[focused=true]
|
|
{
|
|
color: black;
|
|
}
|