Update themes: global view and not read categories

Category header is better when some articles are not read
pull/426/head
Marien Fressinaud 11 years ago
parent 7fd04c046a
commit 1ab5fa83c3
  1. 6
      p/themes/Dark/freshrss.css
  2. 6
      p/themes/Flat/freshrss.css
  3. 8
      p/themes/Origine/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;
}

@ -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;
}

@ -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;

Loading…
Cancel
Save