Page 1 of 1

Dashticz : .dial .bar.primary

Posted: Friday 27 August 2021 14:12
by Doudy
Hello,

In my custom.css, if I do :

Code: Select all

/*T° Potager*/
.dial[data-id='temp_hum_40'] .dial .bar.primary {
  border-color: #fff500;
}
I have the following output:
Capture.PNG
Capture.PNG (59.53 KiB) Viewed 178 times
If I add in custom.css

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;
}
I have the following output:
Capture1.PNG
Capture1.PNG (121.99 KiB) Viewed 178 times

Could someone tell me where the problem lies?
;)

Re: Dashticz : .dial .bar.primary

Posted: Saturday 28 August 2021 8:12
by Doudy
Work today
;)
Capture2.PNG
Capture2.PNG (111.01 KiB) Viewed 167 times