Question
How to add custom CSS for newly added class in widget properties
Hi,
I need to add custom CSS for the class I added in widget properties.
Note: Before PTCS-CHART-LEGEND the class is displayed (saw it in inspection tool). Please reply ASAP.
Below is the snippet: Where to add the custom class name (clschart)
@supports (ptcs-style-unit: "PTCS-CHART-LEGEND"){
[part=item][legend=L1] [part~=marker]{
border-top: 5px dashed red;
background-color: #fff !important;
}
}

