1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

feed editor category display tweaks

This commit is contained in:
Andrew Dolgov 2006-09-30 08:38:58 +01:00
parent 76efee8f3e
commit 73bdfa53f3

View File

@ -394,21 +394,22 @@ tr.title td {
border-color : #ecf4ff;
border-style : solid;
font-size : small;
color : black;
}
tr.title td a {
color : black;
}
tr.title td a:hover {
color : #4684ff;
}
tr.title td a {
color : #4684ff;
}
tr.title td a:hover {
color : black;
}
table.prefFeedList td.feedEditCat {
font-size : large;
font-weight : bold;
padding : 5px 0px 5px 0px;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #88b0f0;
}
table.prefFeedList td.feedIcon {