summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-26 18:07:35 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-26 18:07:35 +0100
commite3d60ee5b0b3bd6dab9a8067861c11131599b0a1 (patch)
tree2c60a460c4d7c285e233b405a2bbcc15fcb55210 /settings/templates
parenta8b756154a533a2618f03c54aca56af957da12ae (diff)
parentd1db727d1fba96dac59b42a62c49c32091216ef2 (diff)
downloadnextcloud-server-e3d60ee5b0b3bd6dab9a8067861c11131599b0a1.tar.gz
nextcloud-server-e3d60ee5b0b3bd6dab9a8067861c11131599b0a1.zip
Merge pull request #14958 from owncloud/dropdown-style
popover style for apps and user dropdown menus
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/apps.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 1d059d4f77f..a2fe5d9b63a 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -1,6 +1,8 @@
<script id="categories-template" type="text/x-handlebars-template">
{{#each this}}
- <li id="app-category-{{id}}" data-category-id="{{id}}"><a>{{displayName}}</a></li>
+ <li id="app-category-{{id}}" data-category-id="{{id}}" tabindex="0">
+ <a>{{displayName}}</a>
+ </li>
{{/each}}
<?php if(OC_Config::getValue('appstoreenabled', true) === true): ?>