Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: etc_link_helper: enhanced Edit link tab
candyman wrote #284417:
It could be interesting a way to assign a custom color or, better, a small icon to remember the type of the link (Article, Category, Section or Miscellaneous) in order to recognize them at the first sight.
Actually, the links and the containing <li> (on the admin side) have data-type attribute, that starts with article, category, etc, so you can already style them (both public and admin side) like this:
a[data-type^="article"] {color:red}
I will put the etc-tree css in the preference tab for easier integration, thanks for the suggestion.
Offline