Skip to content

Commit

Permalink
Merge pull request #42 from TheExtensionLab/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
JamesAnelay committed Apr 22, 2016
2 parents 824518e + 9032b50 commit 439b34f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function getEmptyTreeJson($parenNodeCategory = null)
$rootArray['use_ajax'] = false;

$rootArray['children']['0']['text'] = $this->__("Drag your categories here");
$rootArray['children']['0']['id'] = 2;
$json = Mage::helper('core')->jsonEncode(
isset($rootArray['children'])
? $rootArray['children'] : array()
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/TheExtensionLab/MegaMenu/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<config>
<modules>
<TheExtensionLab_MegaMenu>
<version>1.5.3</version>
<version>1.5.4</version>
</TheExtensionLab_MegaMenu>
</modules>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,16 @@
display: block;
}
.megamenu-nav-primary a, .megamenu-nav-primary span.level0 {
line-height: 30px;
color: #636363;
display: block;
}
.megamenu-nav-primary a:hover, .megamenu-nav-primary span.level0:hover {
color: #3399cc;
text-decoration: none;
}
.megamenu-nav-primary a, .megamenu-nav-primary span.level0, .megamenu-nav-primary .section-title span {
line-height: 30px;
}
.megamenu-nav-primary li:hover > a {
color: #3399cc;
text-decoration: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ $dropdwon-external-border-color: #e8eaeb;
}

a,span.level0 {
line-height:30px;
color: #636363;
display:block;
&:hover{
Expand All @@ -62,6 +61,10 @@ $dropdwon-external-border-color: #e8eaeb;
}
}

a,span.level0,.section-title span{
line-height:30px;
}

li{
&:hover{
> a{
Expand Down

0 comments on commit 439b34f

Please sign in to comment.