Skip to content

Commit

Permalink
Active admin links (#4246)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel authored Oct 8, 2024
1 parent d3bfa19 commit da1c749
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions skin/adminhtml/default/default/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:189px; top:27px; left:-10000px; padding-bottom:3px; border-top:1px solid #2d444f; }
#nav ul ul { border-top:0; background:url(images/nav3_bg.png) 0 0 no-repeat; padding-top:2px; left:100px; top:13px; }
#nav ul li a.active { background-color: #d0dfe2;}

/* Show menu */
#nav li.over ul { left:-1px; }
Expand Down
2 changes: 1 addition & 1 deletion skin/adminhtml/default/openmage/menu.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion skin/adminhtml/default/openmage/menu.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion skin/adminhtml/default/openmage/scss/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
&.level1, &.level2, &.level3 {
> a {
&.active:not(:hover) {
background: darken($white,10);
background: $wild_sand;
}
}
}
Expand Down

0 comments on commit da1c749

Please sign in to comment.