View Single Post
Old 07-29-2022, 04:31 AM   #19
ntan234
Junior Member
ntan234 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: May 2016
Device: NOOK simple
Quote:
Originally Posted by beecom View Post
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
ntan234 is offline   Reply With Quote