Css Pseudo Elements
Css Pseudo Elements
Hello,
I am tring to apply some css to a form by adding them to a Note field. But, All Css Pseudo Elements styles are being removed!
.popupbox .alertMsg p, .popupbox .alertMsg span {
width: 0 !important;
white-space: nowrap
}
.popupbox .alertMsg p:after, .popupbox .alertMsg span:after { }
.popupbox .alertMsg p:after { }
.popupbox .alertMsg span:after { }