I’m using a global button created using Cornerstone > Globals > Options > Buttons.
It gives options for style, shape, color, etc.
But, how do I get more control over this global button? For instance, how do I remove the shadow it puts under text?
How do I make the border thicker and dashed?
And, I have a global css rule applied to links so they’re underlined. How do I target the button text so it’s not underlined?
a:not(.button) {
text-decoration: underline;
}
thank you