|
|
@@ -217,10 +217,6 @@ body {
|
|
|
.flux {
|
|
|
border-left: 3px solid #ecf0f1;
|
|
|
}
|
|
|
- .flux.current {
|
|
|
- border-left-color: #3498db;
|
|
|
- background: #fff;
|
|
|
- }
|
|
|
.flux.not_read {
|
|
|
border-left-color: #FF5300;
|
|
|
background: #FFF3ED;
|
|
|
@@ -229,6 +225,10 @@ body {
|
|
|
border-left-color: #FFC300;
|
|
|
background: #FFF6DA;
|
|
|
}
|
|
|
+ .flux.current {
|
|
|
+ border-left-color: #3498db;
|
|
|
+ background: #fff;
|
|
|
+ }
|
|
|
|
|
|
.flux_header {
|
|
|
height: 25px;
|
|
|
@@ -267,9 +267,6 @@ 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;
|