From 00198b753ddb362348a7b2e998a9238d8238cb46 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 16 Aug 2012 13:05:45 +0200 Subject: new animation for drag and dropping feeds --- css/news.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/css/news.css b/css/news.css index 2ba2b87bb..6af9adba1 100644 --- a/css/news.css +++ b/css/news.css @@ -172,8 +172,14 @@ div.feed_controls { } .dnd_over { - background-color: #ffcc00 !important; - background-image: none !important; + -moz-transition: background-color 200ms ease 0s; + transition: background-color 200ms ease 0s; + background-color: #d0d0d0! important; + } + .dnd_over > ul { + padding-bottom: 2.5em; + -moz-transition: padding-bottom 500ms ease 0s; + transition: padding-bottom 500ms ease 0s; } #feeds .subscriptions, #feeds .subscriptions:hover { -- cgit v1.2.3