Add a border radius to X-Y pad tooltip
To match the text input box. It adds a bit of flair to a plugin that's otherwise 100% flat with straight lines and 90 degree angles.
This commit is contained in:
parent
c947d6c232
commit
66e7625724
|
@ -47,6 +47,8 @@ xy-pad .xy-pad__tooltip {
|
|||
background-color: #e5e5e5;
|
||||
border-color: #0a0a0a;
|
||||
border-width: 1px;
|
||||
/* This mimics the text box border radius, everything else is squared off so this adds a bit of flair */
|
||||
border-radius: 3px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
child-right: 5px;
|
||||
|
|
Loading…
Reference in a new issue