html - how to customize the bootstrap navigation hover size -


i trying customize bootstrap navigation bar.

here part of code change hover style:

.navbar-nav > li > a:hover {     background-color: #0075a0 !important; }  .navbar-nav > li > {     padding: 15px;     border-radius: 5px !important; } 

but currently, not sure how customize hover size of navigation bar. default, hover's height same of bootstrap navigation bar, how make shorter?

like following image shows: enter image description here


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -