mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 14:35:58 +00:00
CDM: implement scoring display
This commit is contained in:
19
tt-rss.css
19
tt-rss.css
@@ -925,7 +925,7 @@ div.cdmHeader {
|
||||
padding : 5px 5px 10px 5px;
|
||||
}
|
||||
|
||||
div.cdmArticleUnread div.cdmHeader a {
|
||||
div.cdmArticleUnread div.cdmHeader span.titleWrap a {
|
||||
color : black;
|
||||
}
|
||||
|
||||
@@ -995,7 +995,6 @@ div.cdmHeader a:hover {
|
||||
|
||||
div.cdmContent {
|
||||
margin : 5px 15px 0px 15px;
|
||||
|
||||
}
|
||||
|
||||
div.cdmEnclosures {
|
||||
@@ -1768,3 +1767,19 @@ td.hlContentL a, td.hlContentL span {
|
||||
color : #909090;
|
||||
text-decoration : line-through;
|
||||
}
|
||||
|
||||
span.titleWrapH, span.titleWrapH a {
|
||||
color : #00cc00;
|
||||
}
|
||||
|
||||
span.titleWrapL, span.titleWrapL a {
|
||||
color : #909090;
|
||||
text-decoration : line-through;
|
||||
}
|
||||
|
||||
img.hlScorePic {
|
||||
vertical-align : middle;
|
||||
width : 16px;
|
||||
height : 16px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user