Bug 722019. (Av2) Remove some useless/redundant listbox rules, in gnomestripe and winstripe. r=neil.

This commit is contained in:
Serge Gautherie 2012-01-30 19:35:35 +01:00
Родитель 9d8f91ffd1
Коммит 11d39393ec
2 изменённых файлов: 0 добавлений и 26 удалений

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

@ -165,16 +165,3 @@ listheader[sortable="true"]:hover:active {
min-height: 13px;
background: -moz-Field no-repeat 50% 50%;
}
.listcell-check[checked="true"] {
background-image: url("chrome://global/skin/checkbox/cbox-check.gif");
}
.listcell-check[disabled="true"] {
border-color: GrayText;
background-image: url("chrome://global/skin/checkbox/cbox-dis.gif");
}
.listcell-check[disabled="true"][checked="true"] {
background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
}

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

@ -175,16 +175,3 @@ listheader[sortable="true"]:hover:active {
min-height: 13px;
background: -moz-Field no-repeat 50% 50%;
}
.listcell-check[checked="true"] {
background-image: url("chrome://global/skin/checkbox/cbox-check.gif");
}
.listcell-check[disabled="true"] {
border-color: GrayText;
background-image: url("chrome://global/skin/checkbox/cbox-dis.gif");
}
.listcell-check[disabled="true"][checked="true"] {
background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
}