1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 04:45:21 +02:00

style(sidebar): Highlight active page in sidebar (#420)

* Issue #331

* New line
This commit is contained in:
Gábor Kovács 2016-12-31 01:12:51 +01:00 committed by Anthony Lapenna
parent d6f3dd8cda
commit 4b747a78cd
2 changed files with 18 additions and 11 deletions

View file

@ -262,3 +262,10 @@ input[type="radio"] {
width: 80%;
margin: 0 auto;
}
ul.sidebar .sidebar-list a.active {
color: #fff;
text-indent: 22px;
border-left: 3px solid #fff;
background: #2d3e63;
}