basic functionality pass 6
This commit is contained in:
parent
6782455740
commit
3dbea71b03
1 changed files with 10 additions and 1 deletions
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;
|
||||
|
|
Loading…
Reference in a new issue