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

Customizing the Node Transmit Line #208

Closed
wb6zsu opened this issue Dec 25, 2023 · 2 comments
Closed

Customizing the Node Transmit Line #208

wb6zsu opened this issue Dec 25, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@wb6zsu
Copy link

wb6zsu commented Dec 25, 2023

Describe the request
Would it be possible to add color customization to the Node Transmit Lines (to be included in custom.css)? Most of the other sections of the webpage can be customized for color, but this one seems to be left out. At a minimum, customizing the color between "Idle" and any of the active transmit states would be nice. If the specific transmit states (Idle, Local Source, Network Source, Telemetry/Playback) could each be customized, that would be even better.

Version Info
1.1.1

@wb6zsu wb6zsu added the enhancement New feature or request label Dec 25, 2023
@jxmx
Copy link
Member

jxmx commented Dec 26, 2023

   /* Node Tx Local */
    --am3-node-tx-local-color: rgb(0, 0, 0);
    --am3-node-tx-local-bg-color: rgb(245, 198, 203);

    /* NOde Tx Network */
    --am3-node-tx-network-color: rgb(0, 0, 0);
    --am3-node-tx-network-bg-color: rgb(245, 198, 203);

    /* Node Tx Telem */
    --am3-node-tx-telemetry-color: rgb(0, 0, 0);
    --am3-node-tx-telemetry-bg-color: rgb(245, 198, 203);

    /* Node Tx Remote */
    --am3-node-tx-playback-remote-color: rgb(0, 0, 0);
    --am3-node-tx-playback-remote-bg-color: rgb(245, 198, 203);

    /* Node No Tx */
    --am3-node-no-tx-color: rgb(0, 0, 0);
    --am3-node-no-tx-bg-color: rgb(195, 230, 203);

@jxmx jxmx closed this as completed in aa239a6 Dec 26, 2023
@wb6zsu
Copy link
Author

wb6zsu commented Dec 26, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants