Skip to content

Commit

Permalink
Merge pull request #3903 from ocextension/patch-9
Browse files Browse the repository at this point in the history
Change the directional icon from admin submenu on admin dashboard
  • Loading branch information
danielkerr committed Feb 3, 2016
2 parents 7ef2426 + 596b275 commit 8515f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/view/stylesheet/stylesheet.css
Expand Up @@ -272,7 +272,7 @@ span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
float: right;
margin-right: 8px;
}
#menu li li.open > a.parent:after, #column-left.active #menu > li.open > a.parent:after {
#menu li li.open > a.parent:after, #column-left.active #menu > li.open > a.parent:after, #column-left.active #menu > li li.open > a.parent:after {
font-family: FontAwesome;
content: "\f107";
float: right;
Expand Down

0 comments on commit 8515f1d

Please sign in to comment.