I'm trying to get this result (i left the red button here just for better perception of dashes):
But all that comes to my mind is to change border thickness. All that i have for now is:
and
But it's not what i'm trying to implement. And here is my simple CSS:
.dashed-wrapper {
border-bottom: 2px #cccccc dashed;
}
Thanks in advance for any help