Skip to content

Commit 4c3e728

Browse files
update
1 parent 334942d commit 4c3e728

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

assets/plugins/utilites/adminbarlogo/plugin.adminbarlogo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
@media (min-width: 1200px) {
4242
body.light #mainMenu #nav #site::before,
4343
body.dark #mainMenu #nav #site::before,
44+
body.lightness #mainMenu #nav #site::before,
4445
body.darkness #mainMenu #nav #site::before {
4546
background-image: url(/$logotip);
4647
background-repeat: no-repeat;

assets/plugins/utilites/treemanager/plugin.treemanager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
case 'OnManagerTreeInit':
3232
$output = <<<EOD
3333
<script>document.body.classList.add('ElementsInTree');</script>
34+
<style>.ElementsInTree #tree .actionButtons--eit{top:0!important;}</style>
3435
EOD;
3536
$modx->event->output($output);
3637
break;

0 commit comments

Comments
 (0)