Skip to content

Problems caused by missing overrides in the new default admin theme #2082

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

Open
BernhardBaumrock opened this issue Jun 1, 2025 · 5 comments

Comments

@BernhardBaumrock
Copy link

This issue is intended to be a collection of all the issues that the new theme causes by its approach to not use uikit as a design framework but override everything with custom css.

As far as I understood from the discussion in the weekly post (https://processwire.com/talk/topic/31277-weekly-update-%E2%80%93%C2%A030-may-2025-%E2%80%93%C2%A0customizing-default-theme-in-adminthemeuikit/) the intention is to report all issues on github so that the theme authors can add overrides for all problems that come up.

Here we go...

@BernhardBaumrock
Copy link
Author

BernhardBaumrock commented Jun 1, 2025

<h1 class="uk-text-primary">Hello World</h1>

Image

It should use the primary color of the theme (pink), not the primary color set by the uikit base theme (reno green)

@BernhardBaumrock
Copy link
Author

Image

UIkit progress bars should use the primary color of the theme (pink), not the primary color set by the uikit base theme (reno green)

@BernhardBaumrock
Copy link
Author

Just a plain uikit table using <table class='uk-table uk-table-striped'>

Image

Not sure why these striped tables have a blueish tint? My theme's main color is blue is that the reason? I have never seen plain uikit striped tables with a color tone. They have always been in neutral grey, which I'd much more prefer.

@BernhardBaumrock
Copy link
Author

BernhardBaumrock commented Jun 2, 2025

I just created a user without any permissions and this is how it looks (looks odd to me or is this intended?):

Image

@BernhardBaumrock
Copy link
Author

BernhardBaumrock commented Jun 2, 2025

The great copy fieldnames on shift-click feature that robin shared here https://processwire.com/talk/topic/29071-using-javascript-to-copy-page-ids-from-page-list-and-field-nameslabels-from-inputfields/ and that I added to RockAdminTweaks is not working any more (missing the visual feedback)

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