Everything about Pixera Control
Learn more about all the new features
Knowledge about Pixera Hub
Try other keywords in your search
0 Minutes
0 Likes
1645 Views
If you want a button that changes color upon a status change:
button{ background-color: red; &::after{ content: " disconnected"; } }.active{ background-color: green; &::after{ content: " connected"; } }
button{ background-color: red; &::after{ content: " disconnected"; } }
.active{ background-color: green; &::after{ content: " connected"; } }
What may help to improve this article?
Thanks! We'll pass on your feedback to improve our services.