Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension Manager hardly readable when using dark theme #391

Closed
MarcinOrlowski opened this issue Aug 21, 2018 · 3 comments
Closed

Extension Manager hardly readable when using dark theme #391

MarcinOrlowski opened this issue Aug 21, 2018 · 3 comments

Comments

@MarcinOrlowski
Copy link

MarcinOrlowski commented Aug 21, 2018

Extension Manager hardlyis readable when using dark theme. It looks like on picture below. This happens when using recent Bootstrap3 Template plugin with "Darkly" theme.

manager

@Miro-Collas
Copy link

Miro-Collas commented Feb 20, 2019

I had to manually fix this by editing userstyle.css

`
/*************************************************************************

  • Used by Extension Manager
    ************************************************************************/
    #extension__list {
    ul.extensionList li {
    color: inherit;
    }
    .legend {
    color: inherit;
    }
    p {
    color: inherit;
    }
    }

`

giterlizzi added a commit that referenced this issue Feb 22, 2019
… darkly, slate, superhero and solar)

Special thanks to @Miro-Collas for suggested patch

#368, #391
@giterlizzi
Copy link
Owner

I have added @Miro-Collas patch in develop branch.

I have extended this patch FIX this issue for this themes:

  • cyborg
  • darkly
  • slate
  • superhero
  • solar

NOTE Clear browser and DokuWiki cache, after the patch installation.

Thanks!!!

@Miro-Collas
Copy link

Awesome - thank YOU. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants