1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
treechildren::-moz-tree-image(DirCol, davgoogle) {
margin-inline-end: 2px;
list-style-image: url("chrome://dav4tbsync/content/skin/google16.png");
}
treechildren::-moz-tree-image(DirCol, davweb) {
margin-inline-end: 2px;
list-style-image: url("chrome://dav4tbsync/content/skin/web16.png");
}
treechildren::-moz-tree-image(DirCol, davfruux) {
margin-inline-end: 2px;
list-style-image: url("chrome://dav4tbsync/content/skin/fruux16.png");
}
treechildren::-moz-tree-image(DirCol, davposteo) {
margin-inline-end: 2px;
list-style-image: url("chrome://dav4tbsync/content/skin/posteo16.png");
}
treechildren::-moz-tree-image(DirCol, davmbo) {
margin-inline-end: 2px;
list-style-image: url("chrome://dav4tbsync/content/skin/mbo16.png");
}
treechildren::-moz-tree-image(DirCol, davicloud) {
margin-inline-end: 2px;
list-style-image: url("chrome://dav4tbsync/content/skin/icloud16.png");
}
treechildren::-moz-tree-image(DirCol, davyahoo) {
margin-inline-end: 2px;
list-style-image: url("chrome://dav4tbsync/content/skin/yahoo16.png");
}
treechildren::-moz-tree-image(DirCol, davgmx) {
margin-inline-end: 2px;
list-style-image: url("chrome://dav4tbsync/content/skin/gmx16.png");
}
treechildren::-moz-tree-image(DirCol, davcustom) {
margin-inline-end: 2px;
list-style-image: url("chrome://dav4tbsync/content/skin/sabredav16.png");
}
.abMenuItem[AddrBook="true"][TbSyncIcon="davgoogle"] {
list-style-image: url("chrome://dav4tbsync/content/skin/google16.png");
}
.abMenuItem[AddrBook="true"][TbSyncIcon="davweb"] {
list-style-image: url("chrome://dav4tbsync/content/skin/web16.png");
}
.abMenuItem[AddrBook="true"][TbSyncIcon="davfruux"] {
list-style-image: url("chrome://dav4tbsync/content/skin/fruux16.png");
}
.abMenuItem[AddrBook="true"][TbSyncIcon="davposteo"] {
list-style-image: url("chrome://dav4tbsync/content/skin/posteo16.png");
}
.abMenuItem[AddrBook="true"][TbSyncIcon="davmbo"] {
list-style-image: url("chrome://dav4tbsync/content/skin/mbo16.png");
}
.abMenuItem[AddrBook="true"][TbSyncIcon="davicloud"] {
list-style-image: url("chrome://dav4tbsync/content/skin/icloud16.png");
}
.abMenuItem[AddrBook="true"][TbSyncIcon="davyahoo"] {
list-style-image: url("chrome://dav4tbsync/content/skin/yahoo16.png");
}
.abMenuItem[AddrBook="true"][TbSyncIcon="davgmx"] {
list-style-image: url("chrome://dav4tbsync/content/skin/gmx16.png");
}
.abMenuItem[AddrBook="true"][TbSyncIcon="davcustom"] {
list-style-image: url("chrome://dav4tbsync/content/skin/sabredav16.png");
}
|