flat design for calendar entries

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
User avatar
maxxer
Outstanding Member
Outstanding Member
Posts: 224
Joined: Fri Oct 04, 2013 2:12 am
Contact:

flat design for calendar entries

Post by maxxer »

Hi.
I've been asked by a customer if it's possible to make calendario entries background flat , not faded as it's by default.
This because they have colorblind users which have difficoulties in distinguish different calendars as it's now. They say Google was much better visible than Zimbra.

Thanks
User avatar
maxxer
Outstanding Member
Outstanding Member
Posts: 224
Joined: Fri Oct 04, 2013 2:12 am
Contact:

Re: flat design for calendar entries

Post by maxxer »

I found where it's designed, but unfortunately the CSS is inline so I cannot override it via css files :shock:

Any idea where to find that code? thanks
Schermata 2019-10-03 alle 12.35.20.png
Schermata 2019-10-03 alle 12.35.20.png (228.12 KiB) Viewed 819 times
User avatar
maxxer
Outstanding Member
Outstanding Member
Posts: 224
Joined: Fri Oct 04, 2013 2:12 am
Contact:

Re: flat design for calendar entries

Post by maxxer »

Figured out on my own! What designs gradients is in Dwt.js.

Changing the assignment like this:

Code: Select all

gradient.css   = endColor;
it works, but just in ?dev=1 mode. Still have to figure out how to make it work in production.

EDIT: I found it to be Startup1_1_all.js.zgz. Code layout is greatly different from the original Dwt.js (other than minification)
Post Reply