summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorGregor Tätzner <gregor@freenet.de>2012-08-08 14:29:28 +0200
committerGregor Tätzner <gregor@freenet.de>2012-08-08 14:29:28 +0200
commit8dc1c6c6ea83f4ffe5fc0c290e317cd9bacb6d6f (patch)
tree28f3e946e5ba56131d7ed22b39fa6720fc7357d8 /css
parentdea84256ab39c1d6cd8338c2c8f6247bc817e9f6 (diff)
highlight currently shown feed and load feeds always in ajax style
Diffstat (limited to 'css')
-rw-r--r--css/news.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/css/news.css b/css/news.css
index a60eb04b8..5a86edd5b 100644
--- a/css/news.css
+++ b/css/news.css
@@ -54,8 +54,9 @@ ul#feedfoldermenu { position:fixed; margin-left: 0; bottom: 2.8em; border-left:1
li { padding: 0px !important; }
li.menuItem { margin-left:0.7em; margin-right:0.7em; float: none !important; text-align: left; }
-li.feeds_list { margin-left: 16px !important; text-align: right; border-radius: 5px; padding-left: 5px !important; background-color: rgb(255,255,255) !important; }
-li.feeds_list a { padding: 0 0 0 20px !important; overflow: hidden; text-overflow: ellipsis; text-align: left; width: 65%; }
+li.feed { margin-left: 16px !important; text-align: right; border-radius: 5px; padding-left: 5px !important; background-color: rgb(255,255,255) !important; }
+li.feed a { padding: 0 0 0 20px !important; overflow: hidden; text-overflow: ellipsis; text-align: left; width: 65%; }
+li#selected_feed { background-color: #FF9933 !important; }
li.folder_list { background-color: rgb(255,255,255) !important; }
div.collapsable { position: relative; border-radius: 5px; }
.collapsable_trigger { border: none ; margin: 0 0 0 5px; padding: 0; border-radius: 0; box-shadow: none; vertical-align: middle !important; background: url('%webroot%/core/img/places/folder.svg') no-repeat; height:16px; width:16px; }
@@ -66,7 +67,7 @@ ul.folders { margin-left: 16px !important; }
li.folder_list:hover { color: rgb(0, 0, 0) !important; background-color: rgb(255,255,255) !important; }
-li.feeds_list:hover { background-color: rgb(221, 221, 221) !important; }
+li.feed:hover { background-color: rgb(221, 221, 221) !important; }
div.collapsable:hover { background-color: rgb(221, 221, 221); }
div.add_parentfolder { position: relative; }