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

Darkly theme woes #368

Closed
ghost opened this issue Apr 23, 2018 · 4 comments
Closed

Darkly theme woes #368

ghost opened this issue Apr 23, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Apr 23, 2018

Bootstrap3 is currently the most up to date theme that supports all the new features and offers dark themes, however there are some gaps.

Media Manager's highlighting does not seem to abide by the Bootswatch theming, nor the Template Style Settings.

Much of the admin section, configuration in particular, also displays a lot of black text.

Obviously this is not ideal since on a dark theme, you can't really read any of it.

@ghost
Copy link
Author

ghost commented Apr 23, 2018

Hum, it seems like the illegible highlighting/text in Media Manager occurs on every theme.

@Miro-Collas
Copy link

FWIW, I have the same issue with Darkly. I haven't yet tried others.

@Miro-Collas
Copy link

To fix the Extension manager colors, I stuck this in userstyle.css:

#extension__list {
    ul.extensionList li {
        color: inherit;
    }
    .legend {
        color: inherit;
    }
    p {
        color: inherit;
    }
}

Not looked at the rest yet.

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!!!

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

2 participants