Change CSS for whole off block

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
User avatar
HansieNL
Posts: 969
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Change CSS for whole off block

Post by HansieNL »

@Lokonli :
I'm trying to change the color of the title and state if a block has the off state.

Code: Select all

/* State Off */
.col-data .off {
    color: #6A6A6A !important;
}
Image
The title is still an other color. Can you tell me how to change the title?
Blah blah blah
Lokonli
Posts: 2292
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Change CSS for whole off block

Post by Lokonli »

HansieNL wrote: Sunday 14 April 2019 20:15 @Lokonli :
I'm trying to change the color of the title and state if a block has the off state.

Code: Select all

/* State Off */
.col-data .off {
    color: #6A6A6A !important;
}
Image
The title is still an other color. Can you tell me how to change the title?
The `.off` and '.on' classes as only applied to the icon part.
If you want to change colors of other parts based on the device state you have to use a custom function in custom.js.

See https://dashticz-v2.readthedocs.io/en/l ... custom-jss

You could use a getStatus_IDX(idx,value,device) function.
Lokonli
Posts: 2292
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Change CSS for whole off block

Post by Lokonli »

HansieNL wrote: Sunday 14 April 2019 20:15 @Lokonli :
I'm trying to change the color of the title and state if a block has the off state.

Code: Select all

/* State Off */
.col-data .off {
    color: #6A6A6A !important;
}
Image
The title is still an other color. Can you tell me how to change the title?
Check this:
https://dashticz-v2.readthedocs.io/en/l ... getdevices
User avatar
HansieNL
Posts: 969
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Change CSS for whole off block

Post by HansieNL »

Thx a lot. Saves me a lot of coding this way!
Blah blah blah
Post Reply

Who is online

Users browsing this forum: Amazon [Bot] and 1 guest