Skip to content

Commit da1c749

Browse files
authored
Active admin links (#4246)
1 parent d3bfa19 commit da1c749

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

skin/adminhtml/default/default/menu.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
/************ 2ND LEVEL ************/
4848
#nav ul { position:absolute; width:189px; top:27px; left:-10000px; padding-bottom:3px; border-top:1px solid #2d444f; }
4949
#nav ul ul { border-top:0; background:url(images/nav3_bg.png) 0 0 no-repeat; padding-top:2px; left:100px; top:13px; }
50+
#nav ul li a.active { background-color: #d0dfe2;}
5051

5152
/* Show menu */
5253
#nav li.over ul { left:-1px; }

skin/adminhtml/default/openmage/menu.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skin/adminhtml/default/openmage/menu.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skin/adminhtml/default/openmage/scss/menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
&.level1, &.level2, &.level3 {
149149
> a {
150150
&.active:not(:hover) {
151-
background: darken($white,10);
151+
background: $wild_sand;
152152
}
153153
}
154154
}

0 commit comments

Comments
 (0)