# HG changeset patch # User Adrien Vigneron # Date 1309386821 -7200 # Node ID 5749e3970778459dac0bb1dc517cb5f903bf180d # Parent dfc02690deb482615beebdd0b62d95377e6e5250 browser side: CSS: drag'n'drop diff -r dfc02690deb4 -r 5749e3970778 public/libervia.css --- a/public/libervia.css Wed Jun 29 23:52:00 2011 +0200 +++ b/public/libervia.css Thu Jun 30 00:33:41 2011 +0200 @@ -823,18 +823,19 @@ /* Drag and drop */ .dragover { - background: #ffb2b2; + background: #ccc; border-radius: 1em 1em 1em 1em; -webkit-border-radius: 1em 1em 1em 1em; -moz-border-radius: 1em 1em 1em 1em; - border: 2px dotted #cf2828; + box-shadow:inset 0px 0 1px #222; + -webkit-box-shadow:inset 0 0 1px #222; + -moz-box-shadow:inset 0 0 1px #222; } .dragover .widgetHeader, .dragover .widgetBody, .dragover .widgetBody span, .dragover .widgetHeader img { - background: #eee; - border-radius: 0 0 0 0; - -webkit-border-radius: 0 0 0 0; - -moz-border-radius: 0 0 0 0; + box-shadow:inset 0px 0 20px #cf2828; + -webkit-box-shadow:inset 0 0 20px #cf2828; + -moz-box-shadow:inset 0 0 20px #cf2828; } /* Warning message */