mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-12 22:35:55 +00:00
basic functionality pass 6
This commit is contained in:
11
tt-rss.css
11
tt-rss.css
@@ -11,7 +11,7 @@ a {
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration : underline;
|
||||
color : #5050aa;
|
||||
}
|
||||
|
||||
a.button {
|
||||
@@ -124,6 +124,15 @@ table.main td.content {
|
||||
overflow : scroll;
|
||||
}
|
||||
|
||||
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