Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allmon3 v1.0.1 custom.css Regresson #180

Closed
tsawyer opened this issue Nov 4, 2023 · 4 comments
Closed

Allmon3 v1.0.1 custom.css Regresson #180

tsawyer opened this issue Nov 4, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@tsawyer
Copy link
Member

tsawyer commented Nov 4, 2023

Looks like the 1.0.1 release broke these custom.css settings. These setting should the bar green but they no longer have any effect.

        /* Node connection table keyed color */
        --am3-conntable-conn-keyed-color: rgba(255, 255, 255, 1);
        --am3-conntable-conn-keyed-bg-color: rgba(12,161,34,0.75);

I recommend including these settings as a default. It's something Allmon2 users are used to.

@tsawyer tsawyer added bug Something isn't working enhancement New feature or request labels Nov 4, 2023
@jxmx
Copy link
Member

jxmx commented Nov 4, 2023

@tsawyer custom.css works fine on all my deployments that I can tell. Can you check the following?

  1. /usr/share/allmon3/css/custom.css is still a symlink to /etc/allmon3/custom.css
  2. /etc/allmon3/custom.css is world-readable and/or readable by the www-data user?

@jxmx jxmx removed the enhancement New feature or request label Nov 4, 2023
@jxmx
Copy link
Member

jxmx commented Nov 4, 2023

#181

@tsawyer
Copy link
Member Author

tsawyer commented Nov 8, 2023

Both of those look good here. I changed a couple of the initial custom.css successfully. It's only these new ones that don't work.

lrwxrwxrwx 1 root root   23 Jun 17 12:57 custom.css -> /etc/allmon3/custom.css

-rw-r--r-- 1 root root 1.5K Nov  8 06:40 custom.css

In addition to the Transmitting colors not working, the Connecting colors are not working either. These settings do not change the colors.

        /* Node connection table stats=Transmitting colors */
        --am3-conntable-conn-keyed-color: rgba(255, 255, 255, 1);
        --am3-conntable-conn-keyed-bg-color: rgba(12,161,34,0.75);

        /* Node connection table stats=Connecting colors */
        --am3-conntable-conn-noconn-color: rgba(255,255,255,1);
        --am3-conntable-conn-noconn-bg-color: rgba(241,158,56,1);

@jxmx
Copy link
Member

jxmx commented Nov 18, 2023

This appears to have broken with the merge updating Bootstrap.

@jxmx jxmx closed this as completed in 1b731bf Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants