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 {
|
||||
font-weight: bold;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@@ -54,7 +53,6 @@
|
||||
|
||||
#feed-accordion .entry-heading .feed-name {
|
||||
color: #555;
|
||||
font-weight: normal;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
@@ -71,6 +69,10 @@
|
||||
margin-right: 125px;
|
||||
}
|
||||
|
||||
#feed-accordion .unread .entry-heading .entry-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-heading .shrink {
|
||||
margin-left: 150px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user