mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 04:31:28 +00:00
make links visible in post iframe
This commit is contained in:
18
tt-rss.css
18
tt-rss.css
@@ -33,6 +33,14 @@ a:hover {
|
||||
color : #5050aa;
|
||||
}
|
||||
|
||||
table.postTable a {
|
||||
color : #5050aa;
|
||||
}
|
||||
|
||||
table.postTable a:hover {
|
||||
color : black;
|
||||
}
|
||||
|
||||
table.feedOverview {
|
||||
margin : 5px;
|
||||
border : 1px solid #c0c0c0;
|
||||
@@ -185,16 +193,6 @@ table.main td.content {
|
||||
border-style : solid;
|
||||
}
|
||||
|
||||
td.content a {
|
||||
color : #5050aa;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
/*
|
||||
td.content a:hover {
|
||||
text-decoration : underline;
|
||||
} */
|
||||
|
||||
table.main td.notify {
|
||||
height : 40px;
|
||||
border-width : 1px 0px 0px 0px;
|
||||
|
||||
Reference in New Issue
Block a user