summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-15 04:17:59 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-15 04:17:59 +0200
commit220471ab46f69ad8e6f19578c82318e41b3bc740 (patch)
tree44ee409b12fecf35d6224dc894529168172ce243 /css
parenta9c8d72c574c76716923b4a8cedf45998f3fb7d3 (diff)
improved the style of the dropdownmenu
Diffstat (limited to 'css')
-rw-r--r--css/news.css26
1 files changed, 20 insertions, 6 deletions
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;
}
-*/
+