Adapt link hover in the sidebar with rounded corner

This commit is contained in:
Théophile Bastian 2017-09-22 10:14:58 +02:00
parent 3960b16242
commit 32d4bd061c

View file

@ -74,6 +74,9 @@ body {
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
color: #9c0635; color: #9c0635;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
margin-right: 5px;
} }
.nav-sidebar > .active > a, .nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:hover,