Closed iculda closed 8 months ago
Hello, i just wanted to add more clarity of what i'm trying to do i have this td style I want to use this color on light theme but on black to get green I hope it helps a bit td { border-style: unset !important; color: #232264; }
.theme-dark td { color: green; }
@iculda Thank you to open a feature request. We are looking into supporting themes in CSS and Javascript: https://github.com/VolkovLabs/volkovlabs-dynamictext-panel/issues/254
@vitPinchuk also should be added supporting of panel Id variable (which was introduced in https://github.com/VolkovLabs/volkovlabs-dynamictext-panel/pull/272) to use it in styles:
.dt-row-container-$id {}
Should be converted to
.dt-row-container-1 {}
Hello I started using dynamictext-panel which is great but i'm struggling with making css responsive to grafana dark/light theme for example i want to have text color in "blue" on light theme and "white "(or default) on dark theme Can you provide an example of how to do this This will help to provide consistency on a mixed dashboard with other visualisation Types Thank you