1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 10:23:53 +02:00

Option to filter navigation links in admin area by 'owner' ie. the plugin who installed it.

This commit is contained in:
Cameron
2021-01-17 20:31:25 -08:00
parent bf17a010f5
commit ba313c558c
3 changed files with 52 additions and 6 deletions

View File

@@ -1632,7 +1632,7 @@ form#simplesef h4 { margin: 4px }
.admin-icon-debug i { margin-right:5px; cursor:help}
.admin-icon-debug > li.dropdown > a.dropdown-toggle { border-left: 0 !important }
.admin-icon-debug .dropdown-menu > .active > a { font-weight:500 }
.admin-icon-debug .dropdown-menu > .active > a { color: orange }
.admin-icon-debug .dropdown-menu > .active > a:after { font-family: FontAwesome; content: '\f0d9'; position: absolute;
padding-left: 5px; }