瀏覽代碼

Merge branch 'ControlClick' of https://github.com/Alkarex/FreshRSS into Alkarex-ControlClick

Conflicts:
	app/views/javascript/main.phtml

+ Mise à jour thèmes
Marien Fressinaud 12 年之前
父節點
當前提交
3a20c42239

+ 1 - 1
app/views/helpers/view/normal_view.phtml

@@ -44,7 +44,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) {
 			<?php } ?>
 			<?php $feed = $item->feed (true); ?>
 			<li class="item website"><a href="<?php echo _url ('index', 'index', 'get', 'f_' . $feed->id ()); ?>"><img class="favicon" src="<?php echo $feed->favicon (); ?>" alt="" /> <span><?php echo $feed->name (); ?></span></a></li>
-			<li class="item title"><?php echo $item->title (); ?></li>
+			<li class="item title"><a target="_blank" href="<?php echo $item->link (); ?>"><?php echo $item->title (); ?></a></li>
 			<li class="item date"><?php echo $item->date (); ?></li>
 			<li class="item link"><a target="_blank" href="<?php echo $item->link (); ?>">&nbsp;</a></li>
 		</ul>

+ 6 - 0
public/themes/default/freshrss.css

@@ -263,6 +263,12 @@
 			text-overflow: ellipsis;
 			cursor: pointer;
 		}
+			.flux_header .item.title a {
+				color: #000;
+			}
+				.flux_header .item.title a:hover {
+					text-decoration: none
+				}
 			.flux.not_read .flux_header .item.title {
 				font-weight: bold;
 			}

+ 6 - 0
public/themes/flat-design/freshrss.css

@@ -257,6 +257,12 @@ body {
 			text-overflow: ellipsis;
 			cursor: pointer;
 		}
+			.flux_header .item.title a {
+				color: #333;
+			}
+				.flux_header .item.title a:hover {
+					text-decoration: none
+				}
 			.flux.not_read .flux_header .item.title {
 				font-weight: bold;
 			}