From 8ebe59c399ed847e2eb618410ffdb0071084c3c7 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 15 Mar 2017 16:39:31 +0100 Subject: [PATCH] hide elements 'dialog' --- styles/bootstrap/application.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/bootstrap/application.css b/styles/bootstrap/application.css index 0f648eb4e..ec977766c 100644 --- a/styles/bootstrap/application.css +++ b/styles/bootstrap/application.css @@ -244,6 +244,9 @@ ul.qq-upload-list li span { border: 1px solid #cccccc; border-radius: 4px; } +.qq-hide, .qq-uploader dialog { + display: none; +} @media (max-width: 480px) { .nav-tabs > li {