Apply css to sub-item with modules #1288
Unanswered
Yanom1212
asked this question in
Questions about config, custom styles and templates
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a module that I can use on bubble card itself and apply the css to all cards. But when I put the following css, it doesn't apply to all cards:
ha-card.button-card-main{
border: none !important;
background-color: transparent !important;
}
Beta Was this translation helpful? Give feedback.
All reactions