Nextcloud - hide element: Nueva plantilla de formulario

merge-requests/45/head
elena 2022-11-23 15:12:38 +00:00
parent ca8b29dd5e
commit 56c8537b98
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
.newFileMenu > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(2) {
display: none;
}
.icon-onlyoffice-new-docxf {
display: none;
}

View File

@ -55,6 +55,7 @@
<link rel="manifest" href="<?php print_unescaped(image_path($_['appid'], 'manifest.json')); ?>">
<link rel="stylesheet" href="<?php p($api_url) ?>/css/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="<?php p($api_url) ?>/css/dd.css">
<link rel="stylesheet" href="/themes/dd/core/ddstyles.css">
<script nonce="<?php p(\OC::$server->getContentSecurityPolicyNonceManager()->getNonce()) ?>" src="/themes/dd/core/js/navbar.js"></script>
<?php emit_css_loading_tags($_); ?>
<?php emit_script_loading_tags($_); ?>