changeset 112:7ce8fac4152d

browser side: css: reverted drag'n'drop to red background
author Goffi <goffi@goffi.org>
date Thu, 30 Jun 2011 00:36:22 +0200
parents 5749e3970778
children a87cfe9e013e
files public/libervia.css
diffstat 1 files changed, 17 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/public/libervia.css	Thu Jun 30 00:33:41 2011 +0200
+++ b/public/libervia.css	Thu Jun 30 00:36:22 2011 +0200
@@ -823,19 +823,26 @@
 /* Drag and drop */
 
 .dragover {
-    background: #ccc;
-    border-radius: 1em 1em 1em 1em;
-    -webkit-border-radius: 1em 1em 1em 1em;
-    -moz-border-radius: 1em 1em 1em 1em;
-    box-shadow:inset 0px 0 1px #222;
-    -webkit-box-shadow:inset 0 0 1px #222;
-    -moz-box-shadow:inset 0 0 1px #222;
+    background: #cf2828 !important;
+    border-radius: 1em 1em 1em 1em !important;
+    -webkit-border-radius: 1em 1em 1em 1em !important;
+    -moz-border-radius: 1em 1em 1em 1em !important;
 }
 
 .dragover .widgetHeader, .dragover .widgetBody, .dragover .widgetBody span, .dragover .widgetHeader img {
-    box-shadow:inset 0px 0 20px #cf2828;
-    -webkit-box-shadow:inset 0 0 20px #cf2828;
-    -moz-box-shadow:inset 0 0 20px #cf2828;
+    background: #cf2828 !important;
+}
+
+.dragover.widgetHeader {
+    border-radius: 1em 1em 0 0 !important;
+    -webkit-border-radius: 1em 1em 0 0 !important;
+    -moz-border-radius: 1em 1em 0 0 !important;
+}
+
+.dragover.widgetBody {
+    border-radius: 0 0 1em 1em !important;
+    -webkit-border-radius: 0 0 1em 1em !important;
+    -moz-border-radius: 0 0 1em 1em !important;
 }
 
 /* Warning message */