mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 16:09:15 +00:00
mark headlines page as read now works (via rpc)
This commit is contained in:
@@ -55,7 +55,7 @@ table.feeds td.footer {
|
||||
font-size : small;
|
||||
}
|
||||
|
||||
table.headlines td.search {
|
||||
table.headlinesList td.search {
|
||||
font-size : small;
|
||||
/* border-width : 0px 0px 1px 0px;
|
||||
border-color : #d0d0d0;
|
||||
@@ -63,7 +63,7 @@ table.headlines td.search {
|
||||
padding-bottom : 3px; */
|
||||
}
|
||||
|
||||
table.headlines td.title {
|
||||
table.headlinesList td.title {
|
||||
font-weight : bold;
|
||||
font-size : large;
|
||||
border-width : 0px 0px 1px 0px;
|
||||
@@ -73,9 +73,8 @@ table.headlines td.title {
|
||||
padding-bottom : 3px;
|
||||
}
|
||||
|
||||
table.headlines td.headlineUpdated {
|
||||
table.headlinesList td.headlineUpdated {
|
||||
width : 200px;
|
||||
|
||||
}
|
||||
|
||||
input {
|
||||
|
||||
Reference in New Issue
Block a user