(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- | .jstree- ~ a[title="Deutsche Texte"]:after { | ||
content: " 🇩🇪"; | content: " 🇩🇪"; | ||
} | } | ||
.jstree- | .jstree- ~ a[title="English Texts"]:after { | ||
content: " 🇬🇧"; | content: " 🇬🇧"; | ||
} | } | ||
.jstree- | .jstree- ~ a[title="Teksty Ponical"]:after { | ||
content: " 🇵🇱"; | content: " 🇵🇱"; | ||
} | } |