mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
only entry name is bold now for unread items
This commit is contained in:
@@ -44,7 +44,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#feed-accordion .unread .entry-heading {
|
#feed-accordion .unread .entry-heading {
|
||||||
font-weight: bold;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -54,7 +53,6 @@
|
|||||||
|
|
||||||
#feed-accordion .entry-heading .feed-name {
|
#feed-accordion .entry-heading .feed-name {
|
||||||
color: #555;
|
color: #555;
|
||||||
font-weight: normal;
|
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@@ -71,6 +69,10 @@
|
|||||||
margin-right: 125px;
|
margin-right: 125px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#feed-accordion .unread .entry-heading .entry-name {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
#feed-accordion .entry-heading .shrink {
|
#feed-accordion .entry-heading .shrink {
|
||||||
margin-left: 150px;
|
margin-left: 150px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user