Quote:
Originally Posted by beecom
It looks better with the brackets.
I think, flat lines without pointed vertex or smaller vertex would be better because the vertex parts blinds the content little bit.
Could you please modify the bracket style?
|
https://jsfiddle.net/3d9hx6q4/
[data-tooltip]:after {
content:"";
display:block;
width: 2px;
height: 2px;
border-top:1px solid red;
border-right:1px solid red;
transform:rotate(-45deg);
position:absolute;
left:50%;
margin-left:-3px;
top:-2px;
background:#fff;
}
Edit the width, height, margin so you can change the size as you want