Last active
February 23, 2019 00:29
-
-
Save muzzwood/6c9b10bf296177c3c9086dc2b6dbd827 to your computer and use it in GitHub Desktop.
Group Contexts Hack in MODX 2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $modx->regClientStartupHTMLBlock(' | |
| <style> | |
| #modx-leftbar-tabpanel > .x-tab-panel-bwrap {box-shadow:none;} | |
| .x-tree-root-node {background-color:#f2f2f2;} | |
| .x-tree-root-node > .x-tree-node {background-color:#fff; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);} | |
| .x-tree-root-node > .x-tree-node:nth-child(3) { margin-bottom:30px;} | |
| .x-tree-root-node > .x-tree-node:nth-child(6) { margin-bottom:30px;} | |
| </style> | |
| '); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment