Fix nextcloud file app plus menu by moving create md file to last position
parent
566f36eee6
commit
5ff5db3bfd
|
@ -34,6 +34,14 @@
|
|||
<?php emit_css_loading_tags($_); ?>
|
||||
<?php emit_script_loading_tags($_); ?>
|
||||
<?php print_unescaped($_['headers']); ?>
|
||||
<style>
|
||||
/*
|
||||
* Move "New text document" to last position of file app plus menu
|
||||
*/
|
||||
.newFileMenu > ul:nth-child(1) > li:nth-child(3) {
|
||||
order: 1;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body id="<?php p($_['bodyid']);?>">
|
||||
<?php include 'layout.noscript.warning.php'; ?>
|
||||
|
|
Loading…
Reference in New Issue