summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorGregor Tätzner <gregor@freenet.de>2012-07-19 10:57:56 +0200
committerGregor Tätzner <gregor@freenet.de>2012-07-19 10:57:56 +0200
commite16b5a58003e2eef733fcb5862d4255ccc89ae6e (patch)
treed3d8d5470ac57166c1a776b278b1e5cab18e184a /css
parentf3f251acec735d44b1abbe609d83eb349ef40305 (diff)
Don't hide favicon on hover
Diffstat (limited to 'css')
-rw-r--r--css/news.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/news.css b/css/news.css
index bc5220309..9b53583bf 100644
--- a/css/news.css
+++ b/css/news.css
@@ -48,7 +48,7 @@ li.feeds_list { margin-left: 10px !important; text-align: right; }
li.feeds_list a { margin-left: 20px !important; overflow: hidden; text-overflow: ellipsis; width: 13em; text-align: left; }
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; }
+li.feeds_list:hover { background-color: rgb(221, 221, 221) !important; }
div.collapsable:hover { background-color: rgb(221, 221, 221); }
div.add_parentfolder { position: relative; }