How to use custom css file #42

Closed
opened 2024-05-14 21:06:35 +08:00 by k4im · 2 comments
k4im commented 2024-05-14 21:06:35 +08:00 (Migrated from github.com)

We're trying to deploy the application on our production server, but we want to use a custom css file.

Right now we're trying to use the LG_CSS_OVERRIDES but with no success.

The custom css file does not get loaded, keeping just the bootstrap loaded.

Can someone please explain how to use custom css files?

We're trying to deploy the application on our production server, but we want to use a custom css file. Right now we're trying to use the **LG_CSS_OVERRIDES** but with no success. The custom css file does not get loaded, keeping just the bootstrap loaded. Can someone please explain how to use custom css files?
k4im commented 2024-05-14 21:19:05 +08:00 (Migrated from github.com)

I've found that the behavior only occurs when we try to use the docker version.

When the LG is used with apache or nginx, that same behavior does do not occurs.

I've found that the behavior only occurs when we try to use the docker version. When the LG is used with apache or nginx, that same behavior does do not occurs.
dqos commented 2024-05-15 19:33:38 +08:00 (Migrated from github.com)

The CSS override variable is not read from environment: https://github.com/hybula/lookingglass/blob/main/docker/php-fpm/src/config.php#L21

Either manually change it, or edit to get it from environment.

The CSS override variable is not read from environment: https://github.com/hybula/lookingglass/blob/main/docker/php-fpm/src/config.php#L21 Either manually change it, or edit to get it from environment.
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: malhuda/lookingglass#42
No description provided.