1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:55:55 +00:00

pref-feeds: make published and firefox integration links more visible

This commit is contained in:
Andrew Dolgov
2008-09-11 08:01:34 +01:00
parent cd935c422f
commit cff7a3a255
2 changed files with 13 additions and 3 deletions

View File

@@ -1907,6 +1907,16 @@ a.visibleLink {
}
a.visibleLinkB {
color : #4684ff;
border : 1px solid #4684ff;
padding : 2px;
}
a.visibleLinkB:hover {
background-color : #ecf4ff;
}
table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
color : #4684ff;
}