Files
Mozilla/mozilla/webtools/bugzilla/css/panel.css
(no author) 09ff91168b This commit was manufactured by cvs2svn to create branch
'Bugzilla_Groups_Branch'.

git-svn-id: svn://10.0.0.236/branches/Bugzilla_Groups_Branch@110403 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-12 22:41:20 +00:00

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;
}