summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {