not part of build, buster CSS cleanup, thanx to glazou, getting rid of !importants

git-svn-id: svn://10.0.0.236/trunk@90524 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
axel%pike.org 2001-03-27 12:26:44 +00:00
parent fe52992a4d
commit a5c956d8a3

View File

@ -26,23 +26,23 @@ text.head {
font-weight: bold;
}
:-moz-outliner-row(success)
outlinerbody:-moz-outliner-row(success)
{
background-color: green ! important;
background-color: green;
}
:-moz-outliner-row(fail)
outlinerbody:-moz-outliner-row(fail)
{
background-color: red ! important;
background-color: red;
}
:-moz-outliner-row(selected)
outlinerbody:-moz-outliner-row(selected)
{
border: 1px solid blue ! important;
border: 1px solid blue;
background-color: white ;
}
:-moz-outliner-cell-text(selected)
outlinerbody:-moz-outliner-cell-text(selected)
{
color: black ! important;
color: black;
}