Right click brings up no right click menu when on the dashboard screenshotted in the last post
EDIT:
Yeah, I am definitely not getting a right click menu when right clicking on things within the minimalistic card but if I right click on buttons etc. on the alarm panel just above, I get the inpect button at the bottom of the list.
Below is the right click menu when right clicking on the alarm panel but no right click menu if I right click on any of the minimalistic cards.
I do have the below working. It changes each icon to black. If I were to only want to change one icon to black, would I then move card_mod to the entities area of the card? Or this is not doable?
What it is doing now is exactly what I was asking for help on. The additional questions are just because I don’t fully understand yet.
3 sources of info:
– card-mod github repo - basic docs
– cs: what is it, how it works, … - google
– examples: card-mod thread → 1st post → link at the bottom (select any example, reproduce it on your setup - see how it works)
As I said - use Code Inspector to determine a path to your element.
“aaaaa:not(.xxxxxx)” = select element “aaaaa” if it does not have class “xxxxx” (here - if not switched ON).
The way “define style on an element/row level” only works in some cards - like in Entities, Glance, Picture elements.
In most cases (also to define card-wide styles) you have to define a style on a card level.
Like overriding similar more prioritized style: it was “green” - but you override it by “red”.