mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Tweaked style for active nav-item
This commit is contained in:
parent
4c72ae67ee
commit
10b894546c
@ -54,6 +54,7 @@ h5.card-title {
|
|||||||
font-family: Verdana, Geneva, sans-serif;
|
font-family: Verdana, Geneva, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ul.nav-tabs, .nav-tabs .nav-link {
|
ul.nav-tabs, .nav-tabs .nav-link {
|
||||||
background-color: #f6f6ef;
|
background-color: #f6f6ef;
|
||||||
border-bottom: 1px solid #dddfeb;
|
border-bottom: 1px solid #dddfeb;
|
||||||
@ -63,6 +64,10 @@ ul.nav-tabs, .nav-tabs .nav-link {
|
|||||||
padding: 0.6rem;
|
padding: 0.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar-light .nav-item.active .nav-link {
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
font-size: 26pt;
|
font-size: 26pt;
|
||||||
margin: 10px 0 20px;
|
margin: 10px 0 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user