setting-page: Better looking nav items.

This commit is contained in:
Akash Nimare
2018-03-10 23:14:42 +05:30
parent 435e5f086e
commit b31fc6b66d

View File

@@ -115,7 +115,7 @@ td:nth-child(odd) {
}
.nav.active {
color: #464e5a;
color: #4ebfac;
cursor: default;
position: relative;
}
@@ -123,7 +123,7 @@ td:nth-child(odd) {
.nav.active::before {
background: #464e5a;
width: 3px;
height: 16px;
height: 18px;
position: absolute;
left: -8px;
content: '';