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

Update the admin page style #653

Open
poppastring opened this issue Nov 19, 2022 · 1 comment
Open

Update the admin page style #653

poppastring opened this issue Nov 19, 2022 · 1 comment

Comments

@poppastring
Copy link
Owner

It is a long page and there are new controls that might make this a bit easier to manage.

@clemensv
Copy link
Contributor

I think outside styling should generally be easier. I intentionally kept the styling model simple and specific in the original, only using and handful of config*Style classes for the element and when you search the original code base, you'll find that those styles are only used in EditConfigBox. You've used classes provided by bootstrap directly and those are more numerous and less specific and thus a bit harder to target in a theme.

I would try to make all fixed HTML as generic as possible and throw all the direct references to bootstrap out and then target elements or groups of elements with specific stylesheets for theming. SASS might be helpful here because it can extend/alias fairly easily.

(Mind that all my web skills are ancient and I might quite well be wrong)

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