I have a problem, I am currently using bootstrap and navbar, the boot strap I call it this way:
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
the navbar code is as follows:
<nav class="colorlib-nav" role="navigation" >
<nav class="navbar navbar-default " style="position: fixed;background-color: #ff3333;margin: 25% 0px 0px 95.5%; border-radius: 40px">
<ul class="nav justify-content">
<li><a href="grafi_index_2.php"><i class='glyphicon glyphicon-signal' style="font-size: 20px"></i></a></li>
<li><a href="registro3.php"><i class='glyphicon glyphicon-list-alt' style="font-size: 20px"></i></a></li>
<li><a href="grafi_index_2.php"><i class='glyphicon glyphicon-envelope' style="font-size: 20px"></i></a></li>
<li><a href="registro3.php"><i class='glyphicon glyphicon-glass' style="font-size: 20px"></i></a></li>
</ul>
</nav>
</nav>
here I am putting the edges in a curve, as you can see in the following image:
but when I pass the mouse pointer it looks like this:
How would I make the mouse pointer that I read come out curvilinearly of the same radius size that I put on the edge of the navbar?