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

This commit is contained in:
axel%pike.org 2001-03-27 12:26:44 +00:00
Родитель 1eb7bbad8f
Коммит 3075ede535
1 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

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