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 difference)

Revision as of 12:13, 29 July 2019

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