mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-09 05:39:16 +00:00
add context menu for cdmFeedTitle; change mark as read prompt for grouped headlines more clear
This commit is contained in:
20
css/cdm.css
20
css/cdm.css
@@ -341,4 +341,24 @@ div#floatingTitle img.hlScorePic {
|
||||
text-decoration : line-through;
|
||||
}
|
||||
|
||||
div.cdmFeedTitle > * {
|
||||
display : table-cell;
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
div.cdmFeedTitle a.title {
|
||||
width : 100%;
|
||||
}
|
||||
|
||||
div.cdmFeedTitle a.catchup {
|
||||
text-align : right;
|
||||
color : #555;
|
||||
padding-right : 10px;
|
||||
font-size : 11px;
|
||||
white-space : nowrap;
|
||||
}
|
||||
|
||||
div.cdmFeedTitle a.catchup:hover {
|
||||
color : #4684ff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user