Mercurial > libervia-web
changeset 111:5749e3970778
browser side: CSS: drag'n'drop
author | Adrien Vigneron <adrienvigneron@mailoo.org> |
---|---|
date | Thu, 30 Jun 2011 00:33:41 +0200 |
parents | dfc02690deb4 |
children | 7ce8fac4152d |
files | public/libervia.css |
diffstat | 1 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 */