basic functionality pass 6
This commit is contained in:
parent
6782455740
commit
3dbea71b03
11
tt-rss.css
11
tt-rss.css
|
@ -11,7 +11,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration : underline;
|
color : #5050aa;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.button {
|
a.button {
|
||||||
|
@ -124,6 +124,15 @@ table.main td.content {
|
||||||
overflow : scroll;
|
overflow : scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.content a {
|
||||||
|
color : #5050aa;
|
||||||
|
text-decoration : none;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.content a:hover {
|
||||||
|
text-decoration : underline;
|
||||||
|
}
|
||||||
|
|
||||||
table.main td.notify {
|
table.main td.notify {
|
||||||
height : 40px;
|
height : 40px;
|
||||||
border-width : 1px 0px 0px 0px;
|
border-width : 1px 0px 0px 0px;
|
||||||
|
|
Loading…
Reference in New Issue