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:
parent
d6f3dd8cda
commit
4b747a78cd
2 changed files with 18 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue