/* Is included for all backend user without admin flag set */

/* Disabling the module entirely will cause the search to fail. So we hide it instead */
[data-moduleroute-identifier="web_list"] {
    display: none;
}

[data-module-name="web_layout"] [data-dispatch-action="TYPO3.ModuleMenu.showModule"] {
    display: none;
}
