(dev/joomla#24) Stop CiviCRM's joomla.css from modifying Joomla 4 header background colour #15137
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
See https://lab.civicrm.org/dev/joomla/issues/24.
This PR stops the Joomla 4 header from having its background colour modified to blue by CiviCRM's joomla.css
Before
When on a CiviCRM backend page the Joomla 4 header will change from white to blue background.
![image](https://user-images.githubusercontent.com/25069773/63664582-4c7b0380-c806-11e9-902b-bb23463266f5.png)
After
Joomla's header will have a white background as it does on non-CiviCRM pages.
![image](https://user-images.githubusercontent.com/25069773/63664633-97951680-c806-11e9-842c-ddf8fe97c565.png)
Technical Details
Removed
#header { background-color: #69c; }
which seemed to have no purpose on earlier Joomla versions.Comments