This style will make ALL your web browser striped.
totally from DOMi - Shorter/Thinner Tree & Misc Tweaks by ChoGGi
you might, also, want to check on Stylish Manager striped style by norix
credits/thanks to: norix, LouCypher & most of all ChoGGi
[RIP]
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#placesList > treechildren::-moz-tree-row(even) {
background:#efefff;
color:#000000;
}
#placesList > treechildren::-moz-tree-row(odd) {
background-color: #feffff;
color:#000000;
}
#placeContent > treechildren::-moz-tree-row(even) {
background:#efefff;
color:#000000;
}
#placeContent > treechildren::-moz-tree-row(odd) {
background-color: #feffff;
color:#000000;
}
Before
|
After
|