# HG changeset patch # User Goffi # Date 1309386982 -7200 # Node ID 7ce8fac4152d2e665e5a1582df916a549974678d # Parent 5749e3970778459dac0bb1dc517cb5f903bf180d browser side: css: reverted drag'n'drop to red background diff -r 5749e3970778 -r 7ce8fac4152d public/libervia.css --- 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 */