Jump to content

Colored Selections?


DJFireCFH

Recommended Posts

Is it possible to make it that when you select a checkbox that it could color that whole line..

 

(example: say you have 100 tickets, I want to select them all, but I need to uncheck some, so the selected ones, have a different color so you know whats selected and whats not for faster looking through them)..

 

Is there a CSS file or something I could edit and do it myself?

Link to comment
Share on other sites

Do you have to make it for lists in backend or frontend? I ask this because in frontend for sure it's possible and quite easy but backend could be a bit tricky because there are few tpl files available. Anyway you should make something like this.

 

input[type="checkbox"]:checked+label{background:red; color:blue}​

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated