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

[extensions] Add styling for the approved and published toolbar button #49

Open
roland-d opened this issue Feb 28, 2021 · 0 comments
Open
Labels
help wanted Extra attention is needed

Comments

@roland-d
Copy link
Contributor

On the extension edit view we have 2 modal buttons:

  • Approved State
  • Published State

These buttons get different classes based on their status. This used to work on Joomla 3 but in Joomla 4, all button CSS are overruled and backgrounds are made white. The real color only shows on hover however we want to show this immediately.

Have a look at these 2 toolbar button overrides:
https://github.com/joomla/com_jed4/tree/9f355541411dc22914e063057fad0008bd3a8b97/public_html/administrator/components/com_jed/layouts/joomla/toolbar

We need to create our own CSS to show the colors on the buttons.

@roland-d roland-d added the help wanted Extra attention is needed label Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant