summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-17 23:48:12 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-17 23:48:12 +0100
commit9eff298fa863faa05aa1a6743f468a7a5ee57ce2 (patch)
tree7155a766950def6bd9e88009a66152764e515149 /core
parentd3900fc0d520e2cc7345beb42e61ec7da6944813 (diff)
downloadnextcloud-server-9eff298fa863faa05aa1a6743f468a7a5ee57ce2.tar.gz
nextcloud-server-9eff298fa863faa05aa1a6743f468a7a5ee57ce2.zip
jQuery UI dropdown: correct clickable area of 44px
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r--core/css/jquery-ui-fixes.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/jquery-ui-fixes.css b/core/css/jquery-ui-fixes.css
index db0e5b0357e..e8cf2b769b8 100644
--- a/core/css/jquery-ui-fixes.css
+++ b/core/css/jquery-ui-fixes.css
@@ -136,3 +136,7 @@
opacity: .2;
border-radius: 5px;
}
+
+.ui-menu .ui-menu-item a {
+ padding: 6px;
+}