diff options
Diffstat (limited to 'content/skin/ab.css')
-rw-r--r-- | content/skin/ab.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/skin/ab.css b/content/skin/ab.css new file mode 100644 index 0000000..5c8169b --- /dev/null +++ b/content/skin/ab.css @@ -0,0 +1,8 @@ +treechildren::-moz-tree-image(DirCol, orphaned) { + margin-inline-end: 2px; + list-style-image: url("chrome://tbsync/content/skin/error16.png"); +} + +.abMenuItem[AddrBook="true"][TbSyncIcon="orphaned"] { + list-style-image: url("chrome://tbsync/content/skin/error16.png"); +} |