|
@@ -585,10 +585,10 @@ form th {
|
|
|
.flux:hover:not(.current):hover .item.title,
|
|
.flux:hover:not(.current):hover .item.title,
|
|
|
.flux .current:not(.current):hover .item.title {
|
|
.flux .current:not(.current):hover .item.title {
|
|
|
background: #fff; }
|
|
background: #fff; }
|
|
|
- .flux.not_read {
|
|
|
|
|
|
|
+ .flux.not_read:not(.current) {
|
|
|
|
|
+ background: #fff3ed; }
|
|
|
|
|
+ .flux.not_read:not(.current):hover .item.title {
|
|
|
background: #fff3ed; }
|
|
background: #fff3ed; }
|
|
|
- .flux.not_read:not(.current):hover .item.title {
|
|
|
|
|
- background: #fff3ed; }
|
|
|
|
|
.flux.favorite {
|
|
.flux.favorite {
|
|
|
background: #fff6da; }
|
|
background: #fff6da; }
|
|
|
.flux.favorite:not(.current):hover .item.title {
|
|
.flux.favorite:not(.current):hover .item.title {
|