summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/news.css54
1 files changed, 37 insertions, 17 deletions
diff --git a/css/news.css b/css/news.css
index 6da220470..e005c7584 100644
--- a/css/news.css
+++ b/css/news.css
@@ -236,28 +236,48 @@ div.feed_controls {
/* feed settings */
-ul#feedfoldermenu {
- position:fixed;
- margin-left: 0;
- bottom: 2.8em;
- border-left:1px solid #ccc;
- border-top:1px solid #ccc;
- border-right:1px solid #ccc;
- -moz-box-shadow: 0 -3px 3px -3px #000;
- -webkit-box-shadow: 0 -3px 3px -3px #000;
- box-shadow: 0 -3px 3px -3px #000;
-}
+#addfeedfolder {
-li.menuItem {
- padding: 0 1em 0 2.5em;
- float: none !important;
- text-align: left;
}
- li.menuItem:hover {
- background-color: #ccc !important;
+ #addfeedfolder img {
+ border-radius: 0.5em 0.5em 0.5em 0.5em;
+ color: #555555;
+ cursor: pointer;
+ font-weight: bold;
+ padding: 0.7em 5em .7em 1em;
+ text-shadow: 0 1px 0 #FFFFFF;
+ font-size: 1em;
+ outline: medium none;
+ width: auto;
}
+ #addfeedfolder:hover ul#feedfoldermenu{
+ display: block;
+ }
+
+ ul#feedfoldermenu {
+ position:fixed;
+ margin-left: 0;
+ bottom: 2.8em;
+ border-left:1px solid #ccc;
+ border-top:1px solid #ccc;
+ border-right:1px solid #ccc;
+ -moz-box-shadow: 0 -3px 3px -3px #000;
+ -webkit-box-shadow: 0 -3px 3px -3px #000;
+ box-shadow: 0 -3px 3px -3px #000;
+ }
+
+ li.menuItem {
+ padding: 0 1em 0 2.5em;
+ float: none !important;
+ text-align: left;
+ }
+
+ li.menuItem:hover {
+ background-color: #ccc !important;
+ }
+
#addfolder {
background: url('%webroot%/core/img/places/folder.svg') no-repeat 10px center;