Explorar o código

Merge branch 'issue256' of github.com:aledeg/FreshRSS into dev

Marien Fressinaud %!s(int64=12) %!d(string=hai) anos
pai
achega
47bccc731f

+ 1 - 0
public/scripts/main.js

@@ -393,6 +393,7 @@ function init_stream_delegates(divStream) {
 	divStream.on('click', '.flux_header>.item.title, .flux_header>.item.date', function (e) {	//flux_header_toggle
 		var old_active = $(".flux.current"),
 			new_active = $(this).parent().parent();
+			isCollapsed = true;
 		if (e.target.tagName.toUpperCase() === 'A') {	//Leave real links alone
 			if (auto_mark_article) {
 				mark_read(new_active, true);

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

@@ -288,6 +288,9 @@
 				color: #000;
 				outline: none;
 			}
+			.flux.current .item.title a {
+				text-decoration: underline;
+			}
 			.flux.not_read .item.title,
 			.flux.current .item.title {
 				font-weight: bold;

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

@@ -267,6 +267,9 @@ body {
 				color: #333;
 				outline: none;
 			}
+			.flux.current .item.title a {
+				text-decoration: underline;
+			}
 			.flux.current .item.title,
 			.flux.not_read .item.title {
 				font-weight: bold;