Bug 459546 - Remove alternating row color from about:sessionrestore on Windows. r=dao

This commit is contained in:
Simon Bünzli 2008-10-12 17:43:56 +02:00
parent b916d04dab
commit f071cf9acf

View File

@ -70,14 +70,6 @@ treechildren::-moz-tree-image(partial) {
list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
}
/* XXXzeniko will need an appropriate color here (or none?) */
treechildren::-moz-tree-row(alternate) {
background-color: #EEEEEE;
}
treechildren::-moz-tree-row(alternate, selected) {
background-color: Highlight;
}
#buttons {
width: 100%;
}