From 220471ab46f69ad8e6f19578c82318e41b3bc740 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 15 Aug 2012 04:17:59 +0200 Subject: improved the style of the dropdownmenu --- css/news.css | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'css') diff --git a/css/news.css b/css/news.css index 8d07cfc36..82d687a11 100644 --- a/css/news.css +++ b/css/news.css @@ -286,18 +286,19 @@ div.feed_controls { border-left:1px solid #ccc; border-top:1px solid #ccc; border-right:1px solid #ccc; + border-bottom: 0; -moz-box-shadow: 0 -3px 3px -3px #000; -webkit-box-shadow: 0 -3px 3px -3px #000; box-shadow: 0 -3px 3px -3px #000; } - #feed_settings ul#feedfoldermenu li.menuItem { + #feed_settings ul#feedfoldermenu li { padding: 0 1em 0 2.5em; float: none !important; text-align: left; } - #feed_settings ul#feedfoldermenu li.menuItem:hover { + #feed_settings ul#feedfoldermenu li:hover { background-color: #ccc !important; } @@ -509,21 +510,34 @@ div.dialog { ul#dropdownmenu { left: 0em; - box-shadow: 0px 0px 10px #000; } -/* + ul.menu { position: absolute; z-index:1; margin-left: 0.3em; display: none; - + background:#EEEEEE; + background:-webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#f1f1f1)); + background:-moz-linear-gradient(#eee, #f1f1f1); + background:-o-linear-gradient(#eee, #f1f1f1); + background:linear-gradient(#eee, #f1f1f1); + border: 1px solid #ccc; } + ul.menu .menuItem { + padding: 2px 5px; + min-width: 11em; + } + + ul.menu .menuItem:hover { + background-color: #ddd; + } + .popup.bottomleft { left: 34.8em; } -*/ + -- cgit v1.2.3