(Created page with "→‎CSS placed here will be applied to all skins: .jstree-leaf a[title="Deutsche Texte"]:after { content: " 🇩🇪"; } .jstree-leaf a[title="English Texts"]:after { conten...")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.jstree-leaf a[title="Deutsche Texte"]:after {
.jstree- ~ a[title="Deutsche Texte"]:after {
content: " 🇩🇪";
content: " 🇩🇪";
}  
}  
.jstree-leaf a[title="English Texts"]:after {
.jstree- ~ a[title="English Texts"]:after {
content: " 🇬🇧";
content: " 🇬🇧";
}  
}  
.jstree-leaf a[title="Teksty Ponical"]:after {
.jstree- ~ a[title="Teksty Ponical"]:after {
content: " 🇵🇱";
content: " 🇵🇱";
}
}

Revision as of 12:15, 29 July 2019

/* CSS placed here will be applied to all skins */
.jstree- ~ a[title="Deutsche Texte"]:after {
content: " 🇩🇪";
} 
.jstree- ~ a[title="English Texts"]:after {
content: " 🇬🇧";
} 
.jstree- ~ a[title="Teksty Ponical"]:after {
content: " 🇵🇱";
}