summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorGregor Tätzner <gregor@freenet.de>2012-07-09 20:59:27 +0200
committerGregor Tätzner <gregor@freenet.de>2012-07-09 20:59:27 +0200
commit18e392fbb3538ae9048d38c3740df03e40bcfc9f (patch)
treef33573bba9228b5f34f3e90f4ca5029bdb30b2a7 /css
parent365eb073ba61d9690697bedd2a683a234165d26e (diff)
Fix cut-off-dropdown issue in addfeeddialog.
Diffstat (limited to 'css')
-rw-r--r--css/news.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/news.css b/css/news.css
index 87d8e72e0..0f032c833 100644
--- a/css/news.css
+++ b/css/news.css
@@ -20,10 +20,11 @@ ul.controls li { float: left; }
.accordion .title_unread { background: #DCDCDC; font-size: 12px; border-bottom:1px solid #ccc; font-weight:bold;}
.accordion .title_read { background: #DCDCDC; font-size: 12px; border-bottom:1px solid #ccc;}
-ul.dropdown { position: absolute; display: none; background-color: #FEFEFE;
+ul.dropdown { position: absolute; display: none; background-color: #FEFEFE;
box-shadow: 0px 0px 10px rgb(0, 0, 0); border-radius: 0.5em 0.5em 0.5em 0.5em; }
li.folder_list:hover { color: rgb(0, 0, 0) !important; background: none !important; }
li.feeds_list:hover { background: none repeat scroll 0% 0% rgb(221, 221, 221) !important; }
div.collapsable:hover { background-color: rgb(221, 221, 221); }
+div.dialog { overflow: visible; } \ No newline at end of file