CSS to change Calendar color scheme

On an older Libretime instance I was able to easily find and change the CSS file for the Calendar widget but im now running the latest version on a new server and cannot find this anymore more as its moved somewhere else. Does anyone know where to find it ? TIA!

Lee

Hello. The optimal way to find the file you’re looking for is to use locate.

First, install locate by running:

sudo apt-get install locate

Next, update the database for locate:

sudo updatedb

Finally, search for your file using (weekly-schedule-widget.css in this case):

sudo locate weekly-schedule-widget.css

In my case, the file is located at:

/usr/share/libretime/legacy/public/css/embed/

Thanks thats where it was!

Ckeers

L