From: Andrew Dolgov Date: Thu, 11 Sep 2008 07:01:34 +0000 (+0100) Subject: pref-feeds: make published and firefox integration links more visible X-Git-Tag: 1.2.27~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cff7a3a2558691cae14003369c1c5a308865770c;p=tt-rss.git pref-feeds: make published and firefox integration links more visible --- diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index f4094241..9548a2fa 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -674,7 +674,7 @@ } if ($qpart) { - print( + db_query($link, "UPDATE ttrss_feeds SET $qpart WHERE id IN ($feed_ids) AND owner_uid = " . $_SESSION["uid"]); print "
"; @@ -1389,7 +1389,7 @@ print "

" . __("Firefox Integration") . "

"; print "

" . __('This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the link below.'); - print "

" . __('Click here to register this site as a feed reader.') . "

"; @@ -1405,7 +1405,7 @@ $url_path = article_publish_url($link); - print "

Link to published articles feed.

"; + print "

Link to published articles feed.

"; print "

"; diff --git a/tt-rss.css b/tt-rss.css index 1f99a66c..62ca4697 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -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; }