summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/Clients/FirefoxExtension/extension/content/bonjour4firefox.css
blob: 2e7eb2c45bd5aefd0bbadd8b9ee9333ce6c00b00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
tree.sidebar-placesTree treechildren::-moz-tree-row(selected)
{
	background-color: #6f81a9;
	background-image: url("chrome://browser/skin/places/selected-gradient.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	border-top: 1px solid #979797;
}


tree.sidebar-placesTree treechildren::-moz-tree-separator
{
	border-top: 1px solid #505d6d;
	margin: 0 10px;
}