summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-16 13:05:45 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-16 13:05:45 +0200
commit00198b753ddb362348a7b2e998a9238d8238cb46 (patch)
tree92074eee73c83a8e48128bdc32c63d179f97df64
parent2ba25ab970f9430116b55578aa9cef6ce157db88 (diff)
new animation for drag and dropping feeds
-rw-r--r--css/news.css10
1 files 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 {