• Nice plugin, I’m satisfied. Nevertheless, you may add some css styling to the “subsubsub plugin-groups” (the sorter list with the groups) in order to fit the groups’ color.

    Let’s take a example : for my group “Image”, I have added these CSS property :

    li.group.images a {
        background: red; //Have to fo fit the defined background color of the group
        color: white; //White font color in order to be readbale, need to be black for lighter color
        border-radius: 2px;
    
    li.group.images span.count {
        color: white !important; //White font color too for the count font, need to be black for lighter color
    }

    Well, this is only some design tips, but believe me, I have tweaked my admin CSS and it’s really an eyes saver with 50+ plugins installed.

    Regards.

  • The topic ‘Nice plugin, but please add this simple code’ is closed to new replies.