mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 10:53:29 +02:00
Improved Menu-Manager navigation
This commit is contained in:
@@ -115,6 +115,9 @@ table input.form-control, table textarea.form-control, table select.form-contro
|
||||
width:530px
|
||||
}
|
||||
|
||||
.plugin-navigation li a { outline: 0; }
|
||||
.plugin-navigation li a.link-active:before { content: "\f054"; font-family:FontAwesome; margin-left:-10px }
|
||||
|
||||
table textarea.input-block-level,
|
||||
input.input-block-level,
|
||||
input.form-control.input-block-level,
|
||||
|
@@ -418,7 +418,7 @@ $E_ADMIN_MENU['button'] = '
|
||||
';
|
||||
$E_ADMIN_MENU['button_active'] = '
|
||||
<li class="active">
|
||||
<a class="link-active{LINK_CLASS}" href="{LINK_URL}"{ID}{ONCLICK}><i class="fa fa-chevron-right"></i> {LINK_TEXT}</a>
|
||||
<a class="link-active{LINK_CLASS}" href="{LINK_URL}"{ID}{ONCLICK}> {LINK_TEXT}</a>
|
||||
{SUB_MENU}
|
||||
</li>
|
||||
';
|
||||
|
Reference in New Issue
Block a user