diff --git a/toolkit/themes/shared/tree.inc.css b/toolkit/themes/shared/tree.inc.css index 3e425a4c2061..e11f17cd4a01 100644 --- a/toolkit/themes/shared/tree.inc.css +++ b/toolkit/themes/shared/tree.inc.css @@ -29,6 +29,14 @@ treechildren::-moz-tree-row(multicol, odd) { background-color: -moz-oddtreerow; } +%ifdef XP_WIN +@media (-moz-windows-default-theme) { + treechildren::-moz-tree-row(hover) { + background-color: hsla(0,0%,50%,.15); + } +} +%endif + treechildren::-moz-tree-row(selected) { background-color: -moz-cellhighlight; }