Bläddra i källkod

Update themes: global view and not read categories

Category header is better when some articles are not read
Marien Fressinaud 12 år sedan
förälder
incheckning
1ab5fa83c3
3 ändrade filer med 14 tillägg och 6 borttagningar
  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%;
 			font-size: 120%;
 		}
 		}
 			#stream.global .btn:not([data-unread="0"]) {
 			#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 {
 			#stream.global .btn:first-child:not([data-unread="0"]):after {
 				top: 0; right: 5px;
 				top: 0; right: 5px;
 				border: 0;
 				border: 0;
 				background: none;
 				background: none;
-				color: #666;
+				color: #fff;
 				font-weight: bold;
 				font-weight: bold;
 				box-shadow: none;
 				box-shadow: none;
 			}
 			}

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

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

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

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