Dashticz : .dial .bar.primary
Posted: Friday 27 August 2021 14:12
Hello,
In my custom.css, if I do :
I have the following output:
If I add in custom.css
I have the following output:
Could someone tell me where the problem lies?

In my custom.css, if I do :
Code: Select all
/*T° Potager*/
.dial[data-id='temp_hum_40'] .dial .bar.primary {
border-color: #fff500;
}
Code: Select all
/*T° Pergola*/
.dial[data-id='temp_hum_256'] .dial .bar.primary {
border-color: #fff500;
}
/*T° Carport*/
.dial[data-id='temp_hum_407'] .dial .bar.primary {
border-color: #fff500;
}
Could someone tell me where the problem lies?
