From 39ca2e6dd61c96015991d5019d17f004a931d93b Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 23 Jan 2017 10:52:37 +0100 Subject: [PATCH] Fix bootstrap conflict with context menus --- www/drive/file.css | 4 ++++ www/drive/inner.html | 32 ++++++++++++++++---------------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/www/drive/file.css b/www/drive/file.css index 2fad2fd94..2d88f50f6 100644 --- a/www/drive/file.css +++ b/www/drive/file.css @@ -52,6 +52,10 @@ li { display: none; position: absolute; } +.contextMenu li { + padding: 0; + font-size: 16px; +} .droppable { background-color: #FE9A2E; diff --git a/www/drive/inner.html b/www/drive/inner.html index 379a8fed0..368638704 100644 --- a/www/drive/inner.html +++ b/www/drive/inner.html @@ -18,38 +18,38 @@