Adapt link hover in the sidebar with rounded corner
This commit is contained in:
parent
3960b16242
commit
32d4bd061c
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue