فهرست منبع

Update themes: global view and not read categories

Category header is better when some articles are not read
Marien Fressinaud 12 سال پیش
والد
کامیت
1ab5fa83c3
3فایلهای تغییر یافته به همراه14 افزوده شده و 6 حذف شده
  1. 4 2
      p/themes/Dark/freshrss.css
  2. 4 2
      p/themes/Flat/freshrss.css
  3. 6 2
      p/themes/Origine/freshrss.css

+ 4 - 2
p/themes/Dark/freshrss.css

@@ -354,13 +354,15 @@
 			font-size: 120%;
 		}
 			#stream.global .btn:not([data-unread="0"]) {
-				font-weight:bold;
+				background: #34495e;
+				color: #fff;
+				font-weight: bold;
 			}
 			#stream.global .btn:first-child:not([data-unread="0"]):after {
 				top: 0; right: 5px;
 				border: 0;
 				background: none;
-				color: #666;
+				color: #fff;
 				font-weight: bold;
 				box-shadow: none;
 			}

+ 4 - 2
p/themes/Flat/freshrss.css

@@ -350,13 +350,15 @@ body {
 			font-size: 120%;
 		}
 			#stream.global .btn:not([data-unread="0"]) {
-				font-weight:bold;
+				background: #3498db;
+				color: #fff;
+				font-weight: bold;
 			}
 			#stream.global .btn:first-child:not([data-unread="0"]):after {
 				top: 0; right: 5px;
 				border: 0;
 				background: none;
-				color: #333;
+				color: #fff;
 				font-weight: bold;
 				box-shadow: none;
 			}

+ 6 - 2
p/themes/Origine/freshrss.css

@@ -364,15 +364,19 @@
 			font-size: 120%;
 		}
 			#stream.global .btn:not([data-unread="0"]) {
-				font-weight:bold;
+				background: #0084CC;
+				color: #fff;
+				font-weight: bold;
+				text-shadow: none;
 			}
 			#stream.global .btn:first-child:not([data-unread="0"]):after {
 				top: 0; right: 5px;
 				border: 0;
 				background: none;
-				color: #666;
+				color: #fff;
 				font-weight: bold;
 				box-shadow: none;
+				text-shadow: none;
 			}
 		#stream.global .box-category .feeds {
 			display: block;