[3.5] [imp] Add the ability to use a custom CSS file with beez3 & make the other similiar checks consistend see #4211#7621
[3.5] [imp] Add the ability to use a custom CSS file with beez3 & make the other similiar checks consistend see #4211#7621roland-d merged 3 commits intojoomla:3.5-devfrom zero-24:usercss_beez
Conversation
|
The title says Beez but there are changes in all 4 templates? |
|
yes as the "new feature" is only in beez and the others are just changed to be consistend. But to avoid confusing i will fix the title |
|
Test Beez/Protostar. It works. This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7621. |
|
I have tested this item ✅ successfully on bb1f130 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7621. |
3 similar comments
|
I have tested this item ✅ successfully on bb1f130 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7621. |
|
I have tested this item ✅ successfully on bb1f130 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7621. |
|
I have tested this item ✅ successfully on bb1f130 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7621. |
|
I have not tested this item. Result a pink backgound in the frontend. This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7621. |
|
I have tested this item ✅ successfully on bb1f130 Result a pink backgound in the frontend. This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7621. |
|
RTC. Thanks for testing! This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7621. |
[3.5] [imp] Add the ability to use a custom CSS file with beez3 & make the other similiar checks consistend see #4211
|
Thanks all, change has been merged. |
|
Thanks |
This backports the
user.cssthat we have in protostar back to beez3. For the backed we can use a custom.css file.How to test
/templates/bezz3/css/user.cssOther changes
Make the checks consistent and use
if (file_exists($file) && filesize($file) > 0)and$doc->addStyleSheetVersion($file);