Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#16 2014-10-01 17:52:57

etc
Developer
Registered: 2010-11-11
Posts: 5,681
Website GitHub

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

Board footer

Powered by FluxBB