mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Tweaked styles for active nav-item
This commit is contained in:
parent
46da9b91e7
commit
4c72ae67ee
@ -26,6 +26,10 @@ body {
|
|||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar .nav-item.active .nav-link {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
.card .card-header {
|
.card .card-header {
|
||||||
border-color: #d8224c;
|
border-color: #d8224c;
|
||||||
background-color: #d8224c;
|
background-color: #d8224c;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
html * {
|
html * {
|
||||||
font-family: Courier New, Andale Mono, monospace;
|
font-family: Courier New, Andale Mono, monospace;
|
||||||
font-size: 10pt;
|
font-size: 1.0rem;
|
||||||
color: #2ee600;
|
color: #2ee600;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -17,6 +17,14 @@ h5.card-title {
|
|||||||
border-left: 1px solid #2ee600;
|
border-left: 1px solid #2ee600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar-light .nav-item.active .nav-link i {
|
||||||
|
color: #2ee600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar .nav-item.active .nav-link {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
#wrapper #content-wrapper #content {
|
#wrapper #content-wrapper #content {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user