Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-03-19 15:47:28 +0300
committerGitHub <noreply@github.com>2019-03-19 15:47:28 +0300
commit04bc272c728f0f193ea8c86f0127c8a02dfaf545 (patch)
tree06a7d71c34a92599efd14ef4742146f3d544b630 /core/templates
parentff6f105ea6a37107e7c6e12bcace010490c93c58 (diff)
parent1f925ca4c517f3e13cc5965c35bd1ca7095b87ea (diff)
Merge pull request #14739 from nextcloud/bugfix/noid/header-link-navigation-style-is-too-catchy
Style of navigation links in header is too catchy
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index d1f979c6965..9b558b198ee 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -131,7 +131,7 @@
</div>
<div id="expandDisplayName" class="icon-settings-white"></div>
</div>
- <nav id="expanddiv" style="display:none;"
+ <nav class="settings-menu" id="expanddiv" style="display:none;"
aria-label="<?php p($l->t('Settings menu'));?>">
<ul>
<?php foreach($_['settingsnavigation'] as $entry):?>