Allow minor customizations in default theme

Description

Hi, in 8.1 we have a customer that would like to have a different font.

They like all the changes, but they would like just a different font.

As this case, there can be many cases where a minor change is requested, and the actual approach is to create and maintain in sync a full theme with all the icons and zul files.

The proposed change is to allow creating a fragment for the default theme with just the changes.

The change is really simple, just add this line at the end of theme.css.dsp:

<c:include page="fragment/custom.css.dsp" />

That file doesn't exist in core, but is intended to create fragments with minor customizations.

We tested with this simple plugin:


and it worked fine.

For reference the file theme/default/css/fragment/custom.css.dsp in the fragment just contains these lines:

html,body { font-family: 'Merriweather', serif; } [class*="z-"]:not([class*="z-icon-"]):not([class*="z-group-icon-"]) { font-family: 'Merriweather', serif; }

Environment

None

Attachments

2
  • 02 Dec 2020, 05:32 PM
  • 12 Nov 2020, 09:59 PM

Activity

Show:

Carlos Ruiz December 2, 2020 at 5:33 PM

Carlos Ruiz December 2, 2020 at 5:23 PM

Heng Sin Low November 13, 2020 at 12:38 PM

hi , will try it out. perhaps just a timing issue.

Carlos Ruiz November 12, 2020 at 10:01 PM

Sharing here my attempt to make a conditional include, but unfortunately didn't work:

Diego Ruiz November 10, 2020 at 8:20 PM

I noticed the following message in the log every time you land on the login Page (at startup and when you logout)

21:19:38.347===========> InterpreterServlet.error: Not found: /theme/default/css/fragment/custom.css.dsp [39]

 

Best Regards,

Diego Ruiz

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created November 10, 2020 at 11:13 AM
Updated January 2, 2021 at 6:29 PM
Resolved November 10, 2020 at 12:28 PM