mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 16:19:15 +00:00
rework headlines list appearance
This commit is contained in:
41
tt-rss.css
41
tt-rss.css
@@ -705,3 +705,44 @@ span.contentPreview {
|
||||
color : gray;
|
||||
font-weight : normal;
|
||||
}
|
||||
|
||||
td.hlMarkedPic {
|
||||
width : 25px;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
td.hlSelectRow, td.hlUpdatePic {
|
||||
width : 25px;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
td.hlUpdated {
|
||||
font-size : small;
|
||||
color : gray;
|
||||
text-align : right;
|
||||
width : 100px;
|
||||
}
|
||||
|
||||
/*
|
||||
tr.even td.headlineContent, tr.evenUnread td.headlineContent {
|
||||
display : block;
|
||||
overflow : hidden;
|
||||
height : 1em;
|
||||
background-color : #f0f0f0;
|
||||
}
|
||||
|
||||
tr.odd td.headlineContent, tr.oddUnread td.headlineContent {
|
||||
display : block;
|
||||
overflow : hidden;
|
||||
height : 1em;
|
||||
}
|
||||
|
||||
tr.oddSelected td.headlineContent,
|
||||
tr.evenSelected td.headlineContent,
|
||||
tr.oddUnreadSelected td.headlineContent,
|
||||
tr.evenUnreadSelected td.headlineContent {
|
||||
display : block;
|
||||
overflow : hidden;
|
||||
height : 1em;
|
||||
background-color : #e0e0ff;
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user