summaryrefslogtreecommitdiffstats
path: root/comm/suite/components/sync/content/aboutSyncTabs.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/suite/components/sync/content/aboutSyncTabs.css')
-rw-r--r--comm/suite/components/sync/content/aboutSyncTabs.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/comm/suite/components/sync/content/aboutSyncTabs.css b/comm/suite/components/sync/content/aboutSyncTabs.css
new file mode 100644
index 0000000000..83782b4d5f
--- /dev/null
+++ b/comm/suite/components/sync/content/aboutSyncTabs.css
@@ -0,0 +1,11 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+richlistitem[type="tab"] {
+ -moz-binding: url(chrome://communicator/content/aboutSyncTabs-bindings.xml#tab-listing);
+}
+
+richlistitem[type="client"] {
+ -moz-binding: url(chrome://communicator/content/aboutSyncTabs-bindings.xml#client-listing);
+}