• Resolved roracle

    (@roracle)


    You may need to log in to view the page, but when documents are in a folder, the background of the folder color is clashing with the text color. I would have to change the entire text color to make it stand out, but that isn’t an option in this case.

    If you can’t view the page, the image below is an example. The white box should be more in line with the lighter brown color I’m using in my theme (not pictured). I’ve tried a million things, but can’t seem to figure out where the issue lies. I thought it was TinyMCE related, but it’s not.

    On thing of note: the color, using a color picker, shows #ededed as the color. When I grep search for that, I’ve found EVERY instance and have tried changing it to a bright pink so I can tell for sure if I have the right thing. Yet every time it stays the same. What can be done to address this issue?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author David Cavins

    (@dcavins)

    Sure, this CSS rule will make the folder a lovely shade of pink:

    .bpdocs-container .folder-toggle-link {
    background-color: #fab;
    }

    Unless the theme you are using is overriding the BP Docs styles, this should get it done.

Viewing 1 replies (of 1 total)

The topic ‘Document list folder color’ is closed to new replies.