From f808f1601b548ee4830f7a16b479eadce3b66094 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 27 Jul 2016 16:49:55 +0200 Subject: rework drag and drop to drag directly into files area, implement the default upload button to work with the same mechanism as drag and drop, revert 560af7a5b8e30001ea6bf9a6d2ea36e94ae904d0 since it did not work so well with the new cloud upload mechanism --- view/theme/redbasic/css/style.css | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ce69b6cff..2b0f3b853 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2042,24 +2042,3 @@ dl.bb-dl > dd > li { #wiki-preview img { max-width: 100%; } - -#filedrag -{ - display: none; - font-weight: bold; - text-align: center; - padding: 1em 0; - margin: 1em 0; - color: #555; - border: 2px dashed #555; - border-radius: 7px; - cursor: default; -} - -#filedrag.hover -{ - color: #f00; - border-color: #f00; - border-style: solid; - box-shadow: inset 0 3px 4px #888; -} -- cgit v1.2.3