Closed (fixed)
Project:
Zircon
Version:
8.x-0.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Jan 2016 at 18:58 UTC
Updated:
19 Jan 2023 at 10:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
khinxman commentedI was able to update the maintenance page css in html.css using the following example:
Comment #3
elakiyasamuel commented1. Create a library for maintenance css in libraries.yml
2. Use preprocess_maintenance_page hook to set library to the maintenance page.
Clear cache and run the site, maintenance css will be added only in maintenance page.
Comment #4
elakiyasamuel commentedComment #6
Anonymous (not verified) commentedAt the end of zircon.libraries.yml file, add the below code:
And now also add the following code at the end of .theme file:
I have also attached the screenshots of the above code here.
Comment #7
sandeepmahlawat commentedI have created the patch for the same please review
Comment #8
shyam_bhattThe patch "2651070-7.patch" is working fine.
A new library was added for the maintenance page style.
Comment #9
constantsearcher commentedCould you please let me know how can I install this patch? I am facing this problem with the Zircon theme.
Thanks!
Comment #11
gauravvvv commentedThank you for working on this. Pushed and commited to 10.1.x